Cipa

Results 13 issues of Cipa

public function delete($id) ..... $this->trigger('before_delete', $id); I can do stuff with the id $this->trigger('after_delete', $result); No id passed so maybe $result should be array('result' => $result, 'id' => $id)

Hi, Is there a reason for the existence of the third param on line 240? ``` $ids[] = $this->insert($row, $skip_validation, ($key == count($data) - 1)); ``` Thanks

Hi, Are there any tricks in making scrollspy work correctly after the height of an element changed after window load? Thanks I could provide an example

Can there be a rule for these words ending in 'ness'? Thank you

Hi, Is there a chance you can add a pdf, doc and some other types of file icons. Thank you

Hi, I found some issues with the doodle docs http://rtfm.modx.com/display/revolution20/Developing+an+Extra+in+MODX+Revolution Please remove the comma at the end 'schema_file' => $root.'core/components/doodles/model/schema/doodles.mysql.schema.xml',

Fix to toBoolean - Allows the use property =`false` instead of property=`0` Fix to support 'true' when passed as a string. For some reason 'true' came out as an empty...

Hi, The submit button does not activate when a value is changed. Can you please point me in the right direction to activate it by default or detect that a...

Hi, I get an error in my TV section I currently only have "name" in the multiitems Input Option values Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in...

Hi, When using ``` [ { "_id": 1, "name": "Player 1", "might": 2, "endurance": 7, "inventory": [ { "name": "Battery", "desc": "A battery", "qty": 2 }, { "name": "Rations", "desc":...