| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-01-06 | Put up an error if you rename a user to an already existing name. | Bharat Mediratta | |
| 2009-01-06 | Fix up all the various little forms to have submit buttons, fieldset ↵ | Bharat Mediratta | |
| legends, etc etc. | |||
| 2009-01-06 | Add a submit button to the login form | Bharat Mediratta | |
| 2009-01-03 | Added default user avatar. Comment thread updates, including display of ↵ | Chad Kieffer | |
| avatar. Sidebar block display white space updates. Combined gLoginMenu and gCredits css. | |||
| 2009-01-01 | Change the preamble for views in two ways: | Bharat Mediratta | |
| 1) drop unnecessary semicolon 2) start with <?php for extra security in the case that the server itself doesn't have short_tags enabled (the app won't work, but we need to make sure that we're still secure) | |||
| 2008-12-31 | Fully implement the view_full permission. | Bharat Mediratta | |
| 2008-12-30 | Make some columns smaller so that multi-column keys don't exceed 1024 | Bharat Mediratta | |
| bytes on some systems. | |||
| 2008-12-29 | Remove rest::JSON content type; it's causing lots of problems and it doesn't ↵ | Bharat Mediratta | |
| directly help since text/html works just as well for our JSON communications | |||
| 2008-12-29 | Relax the rules a bit | Bharat Mediratta | |
| 2008-12-28 | Add title back to non-DHTML form to maintain consistency | Felix Rabinovich | |
| 2008-12-26 | Added title to user/group administration dialogs | Felix Rabinovich | |
| 2008-12-26 | Added content type to JSON output functions | Felix Rabinovich | |
| 2008-12-26 | User/Group administration cleanup | Felix Rabinovich | |
| 2008-12-26 | Separate GET and POST in Group Administration | Felix Rabinovich | |
| 2008-12-26 | Separate GET and POST in User Administration | Felix Rabinovich | |
| 2008-12-26 | Login is 'info' not 'success' | Bharat Mediratta | |
| 2008-12-26 | Group Administration | Felix Rabinovich | |
| 2008-12-26 | User Administration. Add users. Take 3 | Felix Rabinovich | |
| 2008-12-26 | User Administration. Delete users. Take 3 | Felix Rabinovich | |
| 2008-12-26 | User Administration. Edit users. Take 3 | Felix Rabinovich | |
| 2008-12-25 | Rework log and message helpers to be parallel, but separate. | Bharat Mediratta | |
| 1) they now have their own matching severity constants 2) they both have convenience functions success(), info(), warning() and error() 3) they both have severity_class() | |||
| 2008-12-25 | Return the form on success so that we clear out any prior error forms | Bharat Mediratta | |
| 2008-12-25 | Oops, and also re-ajaxify the form if we replace it. | Bharat Mediratta | |
| 2008-12-25 | Reload the form if it's available so that we show form errors and we reset ↵ | Bharat Mediratta | |
| the form on success. | |||
| 2008-12-25 | Ajaxify 'add users' | Felix Rabinovich | |
| 2008-12-25 | fixes in user edit and delete | Felix Rabinovich | |
| 2008-12-25 | fixed minor log:add typo | Felix Rabinovich | |
| 2008-12-25 | get_add_form() -> add_add_form_admin() | Bharat Mediratta | |
| 2008-12-25 | Big round of normalization of the way that our controllers | Bharat Mediratta | |
| communicate. Almost all controllers now use JSON to speak to the theme when we're dealing with form processing. This means tht we only send the form back and forth, but we use a JSON protocol to tell the browser success/error status as well as the location of any newly created resources, or where the browser should redirect the user. Lots of small changes: 1) Admin -> Edit Profile is gone. Instead I fixed the "Modify Profile" link in the top right corner to be a modal dialog 2) We use json_encode everywhere. No more Atom/XML for now. We can bring those back later, though. For now there's a lot of code duplication but that'll be easy to clean up. 3) REST_Controller is no longer abstract. All methods its subclasses should create throw exceptions, which means that subclasses don't have to implement stubs for those methods. 4) New pattern: helper method get_add_form calls take an Item_Model, not an id since we have to load the Item_Model in the controller anyway to check permissions. 5) User/Groups REST resources are separate from User/Group in the site admin. They do different things, we should avoid confusing overlap. | |||
| 2008-12-25 | added sprintf to strings for tranlation support | Felix Rabinovich | |
| 2008-12-25 | Don't let the admin delete themselves, either. That would be bad. | Bharat Mediratta | |
| 2008-12-25 | Only admins can delete users. | Bharat Mediratta | |
| 2008-12-25 | Fix rules for editing users. | Bharat Mediratta | |
| 2008-12-25 | Rest_Controller -> REST_Controller everywhere, for consistency. | Bharat Mediratta | |
| 2008-12-25 | User administration: 1. Add users; 2. Group administration; 3. General cleanup | Felix Rabinovich | |
| 2008-12-24 | Adding user | Felix Rabinovich | |
| 2008-12-24 | Normalize our Admin controllers so that functions always print out | Bharat Mediratta | |
| their results, as opposed to having them return their view back upstream. This is a little more code in every controller, but it's much less magical and more consistent. Look up the active_theme and active_admin_theme inside the view itself, no need to do that in the controllers. This makes view initialization easier in the controllers. | |||
| 2008-12-24 | Tersify a log message | Bharat Mediratta | |
| 2008-12-24 | Lots of deltas rolled up into a bigger change. Sorry for the mess. | Bharat Mediratta | |
| 1) Deleted in-place-editing. We'll be replacing this with a real edit system that groups settings together and is more coherent. 2) Tweaked the way that dialog boxes work to get the ajax stuff working again. It's imperfect and does not work properly for uploading images. This is going to get redone also, but this is a good resting point. 3) Created edit forms for albums and photos. Moved _update and _create out of Items_Controller and into the individual subclasses. 4) Created access::required which is a shorthand for: if (!access::can(...)) { access::forbidden(); } 5) Added validation rules to Items_Model 6) Converted login to use the regular modal dialog approach in the theme. | |||
| 2008-12-23 | Edit user - first draft | Felix Rabinovich | |
| 2008-12-23 | Fixed indents | Chad Kieffer | |
| 2008-12-22 | Remove extraneous view, not necessary | Bharat Mediratta | |
| 2008-12-22 | Change the way that we track modules. | Bharat Mediratta | |
| Each module now has a "module.info" file that has information about the module, including the core. We can display the installed version, and the version in the code. Also take a first shot at a modules admin page. | |||
| 2008-12-21 | Add info/warning/error classes to log messages. | Bharat Mediratta | |
| 2008-12-21 | Move logging up to the controllers so that our logging can operate at a more ↵ | Bharat Mediratta | |
| meta level | |||
| 2008-12-21 | Add a logging facility, and instrument login/logout to use it. | Bharat Mediratta | |
| 2008-12-19 | Implement admin user editing. It's still very rough. Trying to | Bharat Mediratta | |
| figure out how to share forms between user and admin editing. Incremental improvement | |||
| 2008-12-19 | Create a new pattern for Site Admin controllers: | Bharat Mediratta | |
| 1) They must all start with "admin_". This pattern is not directly routable. 2) Their urls must be /admin/xxx. 3) The Admin_Controller will take the xxx and look for Admin_Xxx_Controller and will delegate to that admin controller, after doing security checks. Moved the users and dashboard views into individual modules for now. | |||
| 2008-12-19 | Don't try to validate the form unless it's a POST request. | Bharat Mediratta | |
| 2008-12-19 | Fix indentation. | Bharat Mediratta | |
