| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-02-10 | Simplification pass that preserves almost all functionality (except | Bharat Mediratta | |
| default_country) but removes a lot of the code. | |||
| 2009-02-10 | style fixes (style for method names, style for vars in locale.php) | Andy Staudacher | |
| 2009-02-10 | Adding UI for site language selection and user language preference. | Andy Staudacher | |
| 2009-02-10 | Line length fix | Bharat Mediratta | |
| 2009-02-10 | Move site default_locale into DB (vars) and add a per user locale preference. | Andy Staudacher | |
| There's no UI to select the locale yet. | |||
| 2009-02-09 | Indent fixes. | Chad Kieffer | |
| 2009-02-08 | Clean up add user and group buttons to move the + icon to the left. The + ↵ | Chad Kieffer | |
| icon doesn't appear within the button outline with buttons that aren't floated. Will have to debug later. | |||
| 2009-02-06 | jQuery-based buttons! Form updates, short form updates. Need to fix add ↵ | Chad Kieffer | |
| user/group buttons and search form on search results page. | |||
| 2009-02-04 | Use the matches validation rule in order to perform cross field | Tim Almdal | |
| validation between the password and password2 fields | |||
| 2009-02-04 | Complete the Recover Password functionality (Ticket #5). | Tim Almdal | |
| This change requires a reinstall in order to pick up the new hash field in the user table. | |||
| 2009-02-04 | A preview of the password reset functionality. What's working... you | Tim Almdal | |
| can start to logon, request the password to be reset, and an email is sent to the users email address. If you click on the link you get an unformatted form. But its a start :-) | |||
| 2009-02-03 | Beginning of edit user panel fix. Form is displayed again. Added display of ↵ | Chad Kieffer | |
| user email address to list. | |||
| 2009-02-03 | Add a confirmation password input field that must match the primary | Tim Almdal | |
| password field in order for the update to succeed. If there is no data entered in the primary password field, the confirmation field is ignored. Addresses Trac Ticket #4 | |||
| 2009-02-01 | For consistency with the rest of the admin UI, display User list as table, ↵ | Chad Kieffer | |
| not list. Apply cursor: move to jQuery UI draggable and sortable. Clean up admin table styles a bit. | |||
| 2009-01-29 | Fix lint errors | Bharat Mediratta | |
| 2009-01-29 | Fix url for delete group link. | Bharat Mediratta | |
| 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 | |
