1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 6 hours ago.
Apr 20, 2023 — Apr 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... about 11 years ago
Unit tests for Registry having 100% code coverage. Tests for Translate updated and class adjusted. More... over 13 years ago
Started to add PHPUnit tests. Testing should be done using NetBeans PHPUnit testing suite (inclusive bootstrapping). More... over 13 years ago
Added basic login logic using AJAX $.post. Requires Login::auth to return JSON. More... over 13 years ago
Theme can now be set using config.ini.php "default_theme". Configuration was rewritten to support direct access to properties using magic __get. You can now do: Registry::get('config')->General->myprop Registry maintains objects. FrontController initializes Config object and stores it in the Registry with the key 'config'. More... over 13 years ago
New Config class that reads configuration from a configuration file (config.ini.php per default). It's possible to merge multiple configurations. Used magic __get() so config can be accessed by \MongoUI\Core\Config::getInstance()->section->value; Added basic config (not yet used) More... over 13 years ago
Adding generic language selector to login form (doesn't save status yet). Added plugin to display language chooser. Adjusted Login/index.tpl and style.css to properly show the new selector. More... over 13 years ago
Moving Login specific CSS to Login subdir. Cleaned up messy master/global.css More... over 13 years ago
Show rounded borders on login for Webkit too More... over 13 years ago
Adding jQuery library. More... over 13 years ago
Adding incomplete japanese translation. More... over 13 years ago
Removing login image and replacing it with proper CSS styled button + i18n. More... over 13 years ago
Implemented i18n for Login index.tpl. Adding a Savant3 template for a translate() shortcut in templates. Added strings in translation files. More... over 13 years ago
Fixing last commit. Netbeans didn't commit all files as expected. More... over 13 years ago
- Adding module Login - Implemented dispatcher() in FrontController, - Implemented abstract Controller - Adding basic theming support - Implemented getRequestVar in Common (taken from Piwik core/Common.php) - Added Login/index.tpl + Stylesheets + Images More... over 13 years ago
Adding license information to all source files. More... over 13 years ago
Adding license file (GNU Affero General Public License Version 3) More... over 13 years ago
Adding README Adding some core classes in namespace MongoUI\Core; Added template engine Savant3 including wrapper class MongoUI\Core\Template. Implemented auto-loader inside namespaces. Implemented Translation class (XML-based) Adding first language strings (English, German) More... over 13 years ago