1
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made sure that all of the Manager Page's were calling parent::init() like they're supposed to More... over 17 years ago
Modified the theming engine a bit more. Create a basic "CellPhone" theme. More... over 17 years ago
Minor tweaks to the theming engine More... over 17 years ago
Added support for GUI themes More... over 17 years ago
Convert the translations file into a folder called "language" with individual language files for each translation More... over 17 years ago
Implemented a dynamic tree menu for the Manager's left side-bar menu using the dhtmlxTree project More... over 17 years ago
Converted the DBConnection class to a singleton and removed $DB from the global namespace More... over 17 years ago
Completed control panel module support and the cPanel module More... over 17 years ago
Basic control panel support with a cPanel implementation. There is still some work todo. More... over 17 years ago
Changed the WidgetFactory and FieldValidatorFactory to dynamically load class files to improve speed More... over 17 years ago
Made some fixes to bugs that occured during the last commit More... over 17 years ago
Added per-product pricing to the Order interface. More... over 17 years ago
Products can now be recurring and services can be onetime. Product/service terms are now completely user-defined. Invoice period length is now user-defined. The invoice generation algorithm was re-written. More... over 17 years ago
Removed the clearDomainOption javascript More... over 17 years ago
Completed Enom module. Repleace the require_once calls in the DBO files. Updated most of the module code to take advantage of exceptions. More... over 17 years ago
Applied Order Interface/CSS patch provided by Eminos More... over 17 years ago
Began work on a Registrar module for Enom (http://www.enom.com) More... over 17 years ago
Began work on a Registrar module for Enom (http://www.enom.com) More... over 17 years ago
More require_once replacements. Removed modules from the $conf global and made a ModuleRegistry class. More... over 17 years ago
Optomized XML parsers and removed unecessary require_once's (replace with require's) More... over 17 years ago
Replaced a bunch of require_once's with require to improve performance More... over 17 years ago
Implemented searching for {form_table}'s More... over 17 years ago
Updated changelog More... over 17 years ago
Converted all the {dbo_table}'s in the Order interface to {form_table}'s More... over 17 years ago
Replaced the {dbo_table}'s on the view server page with {form_table}'s More... over 17 years ago
Removed the xxxArrayValidator's and replaced them with generic support More... over 17 years ago
Converted the {dbo_table}'s on the view order page to {form_table}'s More... over 17 years ago
Replaced the {dbo_table}'s on the view invoice page with {form_table}'s More... over 17 years ago
Converted all of the {dbo_table}'s on the view account page to {form_table}'s. Added generic support for form values submitted as arrays. More... over 17 years ago
Converted the user and log {dbo_table}s to {form_table}s More... over 17 years ago