| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
an actual <input type="submit"> instead of a <button>.
|
|
libraries that would ship with the core.
Refactor welcome.php to use the newly refactored module::available()
|
|
Each module now has a "module.info" file that has information about
the module, including the core. We can display the installed version,
and the version in the code.
Also take a first shot at a modules admin page.
|
|
|
|
|
|
Resolves these issues:
http://code.google.com/p/kohanamodules/issues/detail?id=6
http://code.google.com/p/kohanamodules/issues/detail?id=7
|
|
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)
|
|
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.
|
|
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
|
|
git-svn-id: http://gallery.svn.sourceforge.net/svnroot/gallery/trunk/eval/gx/gallery3/trunk@18408 57fcd75e-5312-0410-8df3-f5eb6fbb1595
|