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-07-11 09:43:51 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
00c73a4b072d2ad4e45323234b847da4f69d99a3
gallery3
/
modules
/
gallery
History
Bharat Mediratta
00c73a4b07
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."
...
This reverts commit
daeaca110d
.
2010-01-15 23:53:43 -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
Remove the automatically marking the resizes dirty line as this could cause alot of pain to some installations
2010-01-11 10:48:27 -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
Change uppercase NULL to lowercase null to match the gallery3 style guide
2010-01-04 13:00:15 -08:00
tests
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
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