This website requires JavaScript.
Explore
Help
Sign In
stian
/
gallery3
Watch
1
Star
0
Fork
0
mirror of
https://github.com/Pathduck/gallery3.git
synced
2026-07-28 18:53:58 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9384f987bb96d0d39787ff9d3d16a70c01cd76e0
gallery3
/
modules
/
gallery
T
History
Bharat Mediratta
06cabecd76
Coerce some integers to strings now that ORM isn't typecasting anymore.
2010-01-18 12:49:58 -08:00
..
config
Updates for the latest version of Kohana 2.4:
2009-12-21 21:27:43 -08:00
controllers
Somemore K24 migration holdovers. need to specify the where statement with operands. '=' is no longer assumed. Fixes ticket
#979
2010-01-13 12:08:56 -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
Switch from stdClass to arrays which works around issues caused in
2010-01-18 12:08:39 -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
Add a css id attribute to the i10n-edit-translation element. Fixes ticket
#969
.
2010-01-12 08:31:28 -08:00
module.info
Fixes ticket
#671
.
2010-01-11 10:42:39 -08:00