3
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated database, changed Project_Models_Project with Project on databasemanager.formRange field. More... almost 18 years ago
Modifications: Authorization: Added the UserNotLoggedIn exception. If the auth routine trows this exception then the IndexController will redirect to the login page. Tests: Added test coverage, included Notification class and dispatcher and modified Authorization test based on previous modification. Email Changed: Email of 'david' user was changed from david.soria to [email protected] because it is used on notification tests. More... almost 18 years ago
Rename More... almost 18 years ago
Refactoring More... almost 18 years ago
Make calls static More... almost 18 years ago
Add More... almost 18 years ago
Fix CS More... almost 18 years ago
Fix CS More... almost 18 years ago
Move smarty modifiers and functions into an own smarty plugin directory. Fix several License line More... almost 18 years ago
NOTE: This is a temporary commit and contains changes that breaks all the code checkings and unit testings as well as the application itself at the moment. More... almost 18 years ago
Various refactoring. Move all possible generation of output into the generateOutput method and remove __get and __set mechanism while fixing all template assignments. Also use the constants LIST_VIEW, FORM_VIEW and TREE_VIEW instead of strings, to reflect that these three components are hard coded. More... almost 18 years ago
Separte the validates functions in validateIsRequired, validateDate and validateSOMEFIELD With SOMEFIELD can be a function in the model object. More... almost 18 years ago
Fix vars in the indexController, Since the _set do not work anymore, each var must be ->_smarty->var now. More... almost 18 years ago
Generalize getModelsObject and move the method to the IndexController More... almost 18 years ago
Fix CS More... almost 18 years ago
Fix tiny error on the test function More... almost 18 years ago
Fix a small bug in the loader. We want to able to instantiate model object without passing arguments as they don't have to require arguments. More... almost 18 years ago
Temoprary commit. The features are not completed yet. More... almost 18 years ago
CS Fix More... almost 18 years ago
Fix phpunit for the "index.php" addon More... almost 18 years ago
Ups, commit my config More... almost 18 years ago
- Simplify the indexcontroller using _itemid and _params More... almost 18 years ago
CS Fix More... almost 18 years ago
Simplify rendering Rewrite the postDispatch function for call the generateoupt and render More... almost 18 years ago
CS Fix More... almost 18 years ago
Add PHPunits for the getData and formData in the Item class. Remove the old PHPunit for models. Fix some isues in the item functions. More... almost 18 years ago
Move getListData and getFormData to the item class for make easy the model class. More... almost 18 years ago
Merge More... almost 18 years ago
Rename oFoo / _oFoo To foo and _foo CS Fixs More... almost 18 years ago
Change scalar vars to constants More... almost 18 years ago