summaryrefslogtreecommitdiff
path: root/modules/forge/libraries
AgeCommit message (Collapse)Author
2010-07-20Elide "; 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-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat 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-31Modify Forge to accept multiple hidden params (this was broken by anBharat Mediratta
API change in K24).
2009-12-06Updated 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-25Update hidden field format to match Kohana 2.4's form::open() API.Bharat Mediratta
2009-11-25form::close() went away in Kohana 2.4Bharat Mediratta
2009-09-01XSS escape in form helper and forge where missing.Andy Staudacher
2009-05-26Updated Forge to r179Bharat Mediratta
2009-05-18Get rid of trailing whitespace in preambleBharat Mediratta
2009-05-18Merged /gallery3/vendor/forge/modified:r20843Bharat Mediratta
Added preamble to all Forge files.
2009-02-01Revert to pre-r19217 which means the label is no longer first (but its ↵Bharat Mediratta
consistent again with the upstream code)
2009-01-31Put the checkbox back inside the <label> so that clicking on the text ↵Bharat Mediratta
selects the checkbox.
2009-01-30Make 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-12Update to Forge r171Bharat Mediratta
2009-01-12Update forge to r170Bharat Mediratta
2009-01-06Merge in Forge from upstream r169 which converts Forge::submit() intoBharat Mediratta
an actual <input type="submit"> instead of a <button>.
2008-12-15Refresh of Forge r168 from vendor/forge/modifiedBharat Mediratta
2008-12-15Delete forge in preparation to refresh it from vendors/forge/modifiedBharat Mediratta
2008-12-15Update 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-141) 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-071) 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-071) Change the photo description field to a text areaTim 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-31Merge 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