root / trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @154 [154] 1 month malko - new modelCollection::isEmpty() method
(edit) @153 [153] 2 months malko - bug correction in modelCollection::get() when getting hasOne relation …
(edit) @152 [152] 4 months malko -
(edit) @151 [151] 4 months malko - new modelCollection::slice() method - now [r]sort can sort properties …
(edit) @150 [150] 5 months malko - bug correction on abstractmodel::get() on null values - …
(edit) @149 [149] 5 months malko - bug correction on cascading deletes on hasOne relations that are not …
(edit) @148 [148] 5 months malko - set external on console_app to head revision
(edit) @147 [147] 5 months malko - better detection of ignored relationship on fields NO NULL with NULL as …
(edit) @146 [146] 5 months malko - modelCollection::htmlOptions() now use toString to render label (so …
(edit) @145 [145] 5 months malko - bug correction in _setDatas regarding setting unknown keys as collection
(edit) @144 [144] 5 months malko - 2009-06-22 - modelCollection::shuffle() doesn't automaticly loadDatas …
(edit) @143 [143] 6 months malko - split proposed methods to make between BASE and extended models (only …
(edit) @142 [142] 6 months malko - new command togglelines - now use a config file for pageSize, …
(edit) @141 [141] 6 months malko - minor modif in help display
(edit) @140 [140] 6 months malko - now abstractmodel::_setDatas() can also set hasOne and hasMany relations
(edit) @139 [139] 6 months malko - remove forgotten print_r
(edit) @138 [138] 7 months malko - typo error forgotten s
(edit) @137 [137] 7 months malko -
(edit) @136 [136] 7 months malko - first start for mysqlidb adapter
(edit) @135 [135] 7 months malko - bug correction in getFilteredModelInstance() with $_avoidEmptyPK set to …
(edit) @134 [134] 7 months malko - remove prefix db from directories name
(edit) @133 [133] 7 months malko - new sortType 'shuffle' and new modelCollection::shuffle method.
(edit) @132 [132] 7 months malko -m avoid extended class autoload
(edit) @131 [131] 7 months malko - change path in getInstance require to point to new dbAdapters directory
(edit) @130 [130] 7 months malko - add externals console_app to dbScripts and upadte dbAdmin includes path
(edit) @129 [129] 7 months malko - make some file reorganisation
(edit) @128 [128] 7 months malko - make some file reorganisation
(edit) @127 [127] 7 months malko - make some file reorganisation
(edit) @126 [126] 7 months malko
(edit) @124 [124] 7 months malko
(edit) @123 [123] 7 months malko - moving abstractModel related files to root dir
(edit) @122 [122] 7 months malko - testing move
(edit) @121 [121] 8 months malko - add one level trace context information to dbProfiler reports
(edit) @120 [120] 8 months malko - modelGenerator: $_avoidEmptyPK is now true by default - modelGenerator: …
(edit) @119 [119] 8 months malko - set PK to null when not passed in getModelInstanceFromDatas
(edit) @118 [118] 8 months malko - MAJOR ABSTRACTMODEL UPDATE - modelCollection::toString() take second …
(edit) @117 [117] 8 months malko Message vide
(edit) @116 [116] 8 months malko - now abstractmodel::_setDatas() use directly the set() method to permit …
(edit) @115 [115] 8 months malko - now toString methods can render expression like %{expression}%
(edit) @114 [114] 9 months malko - new methods to check modelAddons supports
(edit) @113 [113] 10 months malko - add css class dbMsg to verbose messages
(edit) @112 [112] 10 months malko - add forgotten support for optional abstractModel::onBeforeDelete() …
(edit) @111 [111] 10 months malko - 2009-01-26 - new abstractModel::_methodExists method to check method …
(edit) @110 [110] 10 months malko - add PK to dataFields check expression so many dynamic methods are now …
(edit) @109 [109] 10 months malko - now modelCollection sum,max,min methods return 0 on empty collection
(edit) @108 [108] 1 year malko - new abstractModel::modelCheckFieldDatasExists() - add proposed methods …
(edit) @107 [107] 1 year malko - now user defined setters are not called when bypassFilters is on (this …
(edit) @106 [106] 1 year malko - bug correction in abstractController::append[_?hasMany]()
(edit) @105 [105] 1 year malko - new abstractModel::_getProperties() method and new parameter …
(edit) @104 [104] 1 year malko - bug correction in type detection
(edit) @103 [103] 1 year malko - new modelCollection::min[_?FieldName?]([FieldName?]) …
(edit) @102 [102] 1 year malko - dbadmin: replace readline_list_history that is missing on some system by …
(edit) @101 [101] 1 year malko - first attempt to make modelCollection::filterBy() with 'in' || '!in' …
(edit) @100 [100] 1 year malko - make modelCollection sort methods stable (preserve previous order in …
(edit) @99 [99] 1 year malko - adding svnInfos
(edit) @98 [98] 1 year malko - adding svnInfos
(edit) @97 [97] 1 year malko - add some comments to modelCollection::construct()
(edit) @96 [96] 1 year malko - perhaps would be fine to effectively return the instance (seems to tired …
(edit) @95 [95] 1 year malko typo error forgotten '$' in last changes
(edit) @94 [94] 1 year malko - new static property $_default_verbosity to set default beverbose value …
(edit) @93 [93] 1 year malko bug correction (typo error in getRelated methods)
(edit) @92 [92] 1 year malko - modelGenerator: add extended modelCollection - now …
(edit) @91 [91] 1 year malko - modelCollection::filterBy() now work on related objects properties
(edit) @90 [90] 1 year malko - bug correction in appendFilterMsgs with langManager support. - …
(edit) @89 [89] 1 year malko 2008-08-20 - now modelCollection::filterBy() support in,!in,IN,!IN …
(edit) @88 [88] 1 year malko - modelGenerator add additional methods proposition for filtering enums …
(edit) @87 [87] 1 year malko - bug correction in modelCollection::increment/decrement
(edit) @86 [86] 1 year malko - 2008-07-30 - some minor changes in dbProfiler report representation and …
(edit) @85 [85] 1 year malko - suppress a bug to avoid some error while trying to destroy twice the …
(edit) @84 [84] 1 year malko - add ignorelist
(edit) @83 [83] 1 year malko - add svn:executable property
(edit) @82 [82] 1 year malko - 2008-07-28 - new method modelAddon::isModelMethodOverloaded to test …
(edit) @81 [81] 1 year malko - only doxygen documentation updates
(edit) @80 [80] 1 year malko - 2008-05-08 - add modelAddons property to final class - 2008-03-30 - …
(edit) @79 [79] 1 year malko - 2008-05-22 - add optional orderBy for hasManyDef that will be used at …
(edit) @78 [78] 1 year malko - bug correction that offer page navigation on agregation query (ie: …
(edit) @77 [77] 1 year malko - make some cleaning in dump_to_file method
(edit) @76 [76] 1 year malko - no diff just some indentations changes
(edit) @75 [75] 2 years malko - add parameter $setNames to select_db() that will default to new static …
(edit) @74 [74] 2 years malko - minor change, setting useDbProfiler to false by default and now get …
(edit) @73 [73] 2 years malko - now write changelog again considering abstractModel seems now to be …
(edit) @72 [72] 2 years malko - bug correction in modelCollection::loadDatas() when withRelated is given …
(edit) @62 [62] 2 years malko - update sample file
(edit) @61 [61] 2 years malko - make it a real readme not just a trac test
(edit) @60 [60] 2 years malko - unstable version currently under active devlopment
(edit) @59 [59] 2 years malko - add location of queries and some colors to dbProfiler
(edit) @58 [58] 2 years malko - change in comments so nothing that really matters
(edit) @57 [57] 2 years malko - bug correction that call twice onBeforeSave
(edit) @56 [56] 2 years malko - call on abstractModel::_setInstanceKey() if required after onBeforeSave
(edit) @55 [55] 2 years malko - initial import for abstractModel ORM
(edit) @54 [54] 2 years malko - add getter and setter to dbProfiler for accessing to db properties
(edit) @53 [53] 2 years malko - add new class dbProfiler to help on debugging and profiling db usage
(edit) @52 [52] 2 years malko - replace constructor sqlitedb by construct
(edit) @51 [51] 2 years malko - now include only class-db that will require the needed class at load …
(edit) @50 [50] 2 years malko - tested version so no more syntax error - use sqlite3_query on all but …
(edit) @49 [49] 2 years malko - remove a syntax error and an old & forgotten
(edit) @48 [48] 2 years malko - changed contact mail adress
(edit) @47 [47] 2 years malko - first real sqlite3db version (not tested but should work so please …
(edit) @46 [46] 2 years malko - replace check_conn(check) by check_conn(active) in query when …
(edit) @45 [45] 2 years malko - no more parameter to construct the database (not managed by the …
Note: See TracRevisionLog for help on using the revision log.