Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-20 | Elide "; charset=binary" which can be returned from file::mime() from recent ↵ | Bharat Mediratta | |
versions of finfo. See http://framework.zend.com/issues/browse/ZF-9383 for details. Fixes ticket #1230. | |||
2010-01-31 | Fix lots of warnings that pop up when we're in E_STRICT mode. They're | Bharat Mediratta | |
mostly issues around uninitialized variables, calling non-static functions in a static context, calling Session functions directly instead of on its singleton, passing non-variables by reference, and subclasses not using the same interface as the parent class. | |||
2009-12-31 | Modify Forge to accept multiple hidden params (this was broken by an | Bharat Mediratta | |
API change in K24). | |||
2009-12-06 | Updated for K2.4. This is a fork from the main-line, but we're going to ↵ | Bharat Mediratta | |
replace this with Formio anyway. | |||
2009-11-25 | Update hidden field format to match Kohana 2.4's form::open() API. | Bharat Mediratta | |
2009-11-25 | form::close() went away in Kohana 2.4 | Bharat Mediratta | |
2009-09-01 | XSS escape in form helper and forge where missing. | Andy Staudacher | |
2009-05-26 | Updated Forge to r179 | Bharat Mediratta | |
2009-05-18 | Get rid of trailing whitespace in preamble | Bharat Mediratta | |
2009-05-18 | Merged /gallery3/vendor/forge/modified:r20843 | Bharat Mediratta | |
Added preamble to all Forge files. | |||
2009-02-01 | Revert to pre-r19217 which means the label is no longer first (but its ↵ | Bharat Mediratta | |
consistent again with the upstream code) | |||
2009-01-31 | Put the checkbox back inside the <label> so that clicking on the text ↵ | Bharat Mediratta | |
selects the checkbox. | |||
2009-01-30 | Make the rendering of a checkbox consistent with other Forge controls. ↵ | Tim Almdal | |
Checkbox originally rendered the input box as a child element of the label element, which resulted in the label appearing under the checkbox. All the other controls render the label element first and then the input control as a peer. This change just makes it consistent. | |||
2009-01-12 | Update to Forge r171 | Bharat Mediratta | |
2009-01-12 | Update forge to r170 | Bharat Mediratta | |
2009-01-06 | Merge in Forge from upstream r169 which converts Forge::submit() into | Bharat Mediratta | |
an actual <input type="submit"> instead of a <button>. | |||
2008-12-15 | Refresh of Forge r168 from vendor/forge/modified | Bharat Mediratta | |
2008-12-15 | Delete forge in preparation to refresh it from vendors/forge/modified | Bharat Mediratta | |
2008-12-15 | Update Forge to r168 from upstream. | Bharat Mediratta | |
Resolves these issues: http://code.google.com/p/kohanamodules/issues/detail?id=6 http://code.google.com/p/kohanamodules/issues/detail?id=7 | |||
2008-12-14 | 1) fix Forge_Group to display the label (will raise a bug with Kohana) | Tim Almdal | |
2) Change form.html.php to use the group label instead of the name 3) Converted the add photo to explicity set the label of the field (new coding standard) | |||
2008-12-07 | 1) Revert the changes to Form_Upload and Form_Textarea, so we don't have to ↵ | Tim Almdal | |
change third party code. 2) Change drawForm to check for a non empty $input->class in order to determime if the element should be wrapped in <li>...</li>. If $input->class is empty then treat as a hidden field. | |||
2008-12-07 | 1) Change the photo description field to a text area | Tim Almdal | |
2) Added a 'type' data element to both forge/Form_Textarea and forge/Form_Upload The second change allows the drawForm to correctly render both of these elements enclosed in a <li>...</li> html blocl | |||
2008-10-31 | Merge over vendor code. | Bharat Mediratta | |
git-svn-id: http://gallery.svn.sourceforge.net/svnroot/gallery/trunk/eval/gx/gallery3/trunk@18408 57fcd75e-5312-0410-8df3-f5eb6fbb1595 |