This website requires JavaScript.
Explore
Help
Sign In
stian
/
gallery3
Watch
1
Star
0
Fork
0
You've already forked gallery3
mirror of
https://github.com/Pathduck/gallery3.git
synced
2026-06-06 03:29:28 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
07ba5fe43aaa53be840b1842fe2eb4fc63ee7686
gallery3
/
modules
/
gallery
History
Andy Staudacher
07ba5fe43a
Use Unicode instead of HTML entity (since the l10n server normalizes this way and rejects submissions that change under the normalization step)
2010-01-21 23:53:21 -08:00
..
config
Updates for the latest version of Kohana 2.4:
2009-12-21 21:27:43 -08:00
controllers
The admin module controller allows modules to provide a check_environment method
2010-01-21 12:57:45 -08:00
css
Reformat the string list so that the search box does not get push off the end of the page.
2010-01-11 14:22:16 -08:00
helpers
Use Unicode instead of HTML entity (since the l10n server normalizes this way and rejects submissions that change under the normalization step)
2010-01-21 23:53:21 -08:00
hooks
Kohana::$user_agent moved to the request helper and is protected, so
2009-11-26 20:24:16 -08:00
images
Swap Jakob's placeholder in for mine.
2009-06-16 19:50:26 -07:00
js
If the user hits enter in the search text field, then cancel the submission, because the search is done in the browser and the the enter will unexpectedly reload the root directory.
2010-01-12 09:42:06 -08:00
libraries
Revert "Fix for ticket
#978
. Don't reset the original property as part of the save processing, because that will overwrite the original values with all the new values. The problem with the original approach is that when changed event handlers used ->original(), it had already been reset as part of the save processing. Went back and forth on either leaving this alone and forcing callers to save the original prior to calling the save function, but there were a few event handlers that used ->original(). This seemed the easier change. So to reset the original you need to call reload() or clear(). There is now an optional parameter on the reload to only reload the original."
2010-01-15 23:53:43 -08:00
models
Don't pass MY_ORM::original() to update event handlers, since after
2010-01-16 00:13:28 -08:00
tests
Coerce some integers to strings now that ORM isn't typecasting anymore.
2010-01-18 12:49:58 -08:00
views
Internationalize all strings in admin_modules.hmtl and corrected comments.
2010-01-21 20:33:26 -08:00
module.info
Fixes ticket
#671
.
2010-01-11 10:42:39 -08:00