Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-07 | #2065 - Fix problems with double-ajaxifying of dialogs. | shadlaws | |
Change all jQuery-ui widget _init() functions to _create() functions. | |||
2013-03-12 | #2055, 2056 - jQuery updates for .attr("value", [value]) and .keyup(handler). | shadlaws | |
- changed .attr("value", [value]) to .val([value]) for new jQuery. - changed .keyup(handler) to .on("input keyup", handler) to fire on mouse-only cut'n'paste. | |||
2013-02-18 | Password strength indicator fixed for new jQuery. Also cleaned up formatting. | shadlaws | |
2009-10-27 | Add a password strength meter. | Tim Almdal | |
2008-12-26 | User Administration. Edit users. Take 3 | Felix Rabinovich | |
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-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 | Fixed indents | Chad Kieffer | |
2008-12-15 | Switched login display from display in the header to a dialog. Validation ↵ | Chad Kieffer | |
errors don't display on first failed attempt, will fix later. Moved jquery js, images, css out to respective folders. | |||
2008-12-06 | Removed tabs, todo, added description | Chad Kieffer | |
2008-12-05 | Don't need to pass the event, it's not used. | Chad Kieffer | |
2008-12-01 | Grouped inline form styles. No longer using gInline class in favor of ↵ | Chad Kieffer | |
specific form IDs that can be styled differently depending on which container they appear. Added gDescription class, dropped gUnderState for semantics. CSS cleanup. | |||
2008-11-28 | Use return false instead of preventDefault() to prevent link action, thx Tim | Chad Kieffer | |
2008-11-27 | Move javascript from default theme to appropriate modules | Tim Almdal | |