| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-01-28 | Fully implement the user administration backend with drag/drop to add | Bharat Mediratta | |
| users to groups. | |||
| 2009-01-28 | Add drag and drop support to the admin_users interface. This is still | Bharat Mediratta | |
| a work in progress but it actually works mostly. | |||
| 2009-01-27 | Add gravatars to users | Bharat Mediratta | |
| 2009-01-27 | Clean up indentation | Bharat Mediratta | |
| 2009-01-25 | Use url:site() on add user link, change user list from class to id to make ↵ | Chad Kieffer | |
| it unique, changed gFirstRow to gHeaderRow to make more semantically meaningful. Fixed closing span that I broke after Bharat fixed it last night. | |||
| 2009-01-25 | Admin theme style cleanup. Merged separate selected, available, unavailable ↵ | Chad Kieffer | |
| into a single set of reusable classes. Applied alternating row bg colors. Removed inline CSS from admin views. Moved user admin css into admin_default theme style sheet. | |||
| 2009-01-25 | Undo the adding underscores to the id on forge generated forms | Tim Almdal | |
| 2009-01-25 | Fix all 'add' links and make them open in a dialog | Bharat Mediratta | |
| 2009-01-25 | Fix indentation which helped me to find an extra </span>. Simplified | Bharat Mediratta | |
| some of the logic. | |||
| 2009-01-24 | Admin theme style cleanup. Merged separate selected, available, unavailable ↵ | Chad Kieffer | |
| into a single set of reusable classes. Applied alternating row bg colors. Removed inline CSS from admin views. Moved user admin css into admin_default theme style sheet. | |||
| 2009-01-24 | Supply a form id on all forms. This id can be used by modules other | Tim Almdal | |
| than the originating module to provide additional functionality to the form. | |||
| 2009-01-23 | Ajaxified user edit forms. They're populated, but don't submit yet. | Chad Kieffer | |
| 2009-01-22 | toggling of user edit panel works now. | Jakob Hilden | |
| added groups to the admin_user view, so you will eventually be able to edit users, groups and memberships on one admin page. | |||
| 2009-01-22 | Added new UI element, gPanel, which is a similar mechanism to gDialog. ↵ | Chad Kieffer | |
| Panels are hidden inline elements that can be revealed within list items, tables cells, etc. Still need to add the toggle off and ajaxify content. | |||
| 2009-01-20 | totally incomplete version of user admin UI. | Jakob Hilden | |
| 2009-01-18 | Rename theme callback helpers from xxx_block to xxx_theme to make room | Bharat Mediratta | |
| for us to rename the dashboard helper to be a block helper since sidebar blocks are not just in the dashboard. | |||
| 2009-01-15 | Changing t() placeholder syntax from {{replace_me}} to %replace_me. | Andy Staudacher | |
| 2009-01-14 | Make sure that helper functions are all static. Add new | Bharat Mediratta | |
| File_Structure_Test to make sure we don't regress. According to the PHP docs, the "public" keyword is implied on static functions, so remove it. Also, require private static functions to start with an _. http://php.net/manual/en/language.oop5.visibility.php | |||
| 2009-01-12 | Updated for new Form_Submit API. | Bharat Mediratta | |
| OLD: $form->submit("Foo") --> <input type="submit" value="Foo"> New: $form->submit("foo_button")->("Foo") --> <input type="submit" name="foo_button" value="Foo"> Mostly we don't care what the button is so we leave the name blank. | |||
| 2009-01-11 | Fix User_Group tests for MySQL strict mode (can't omit full_name and ↵ | Andy Staudacher | |
| password in inserts due to missing default values). | |||
| 2009-01-10 | Use the theme's avatar as the default if Gravatar doesn't have one. | Bharat Mediratta | |
| 2009-01-10 | Integrate Gravatar. Boy, that was easy. | Bharat Mediratta | |
| 2009-01-10 | Big set of changes to comments, with related changes to akismet and | Bharat Mediratta | |
| user modules. * Don't delete vars when we delete a module. This makes reinstalling a module a lot easier. * Add user::lookup() as the preferred way to load a user, so that other modules don't delve into the user module (that'd be a problem when we swap out user modules) * Notify site admins if Akismet is not fully configured * Bundle all server variables into the comment so that if/when we re-check the comment, we are not using the server info from the site admin's request. * Update Akismet to grab request context data from the comment * Pre-seed comment fields if we have a logged in user. Update comment::create() API to clarify it for this. * Delete comment::update(), that's a controller function. * Add url to User_Model * Add author_name() author_email() and author_url() to Comment_Model. It'll return the appropriate values depending on whether the comment was left by a logged in user or a guest. * Use resetForm() instead of clearForm() when we reload the comment form after ajax submit, this way we preserve the pre-seeded values. * In the user profile page, ignore blank passwords. | |||
| 2009-01-08 | i18n refactoring: Rename all _() (reserved by gettext) calls to t(). | Andy Staudacher | |
| - And refactor printf to our string interpolation / pluralization syntax - Also, a slight change to the translations_incomings table, using binary(16) instead of char(32) as message key. | |||
| 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 | |
