Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-18 | verify csrf when installing/uninstalling modules | Bharat Mediratta | |
2009-05-18 | Clean up tmp when packaging | Bharat Mediratta | |
2009-05-18 | Restructure the code preamble checking tests to check all PHP files, | Bharat Mediratta | |
not just the ones that we created ourselves. | |||
2009-05-18 | Get rid of trailing whitespace in security preamble | Bharat Mediratta | |
2009-05-18 | Get rid of trailing whitespace in preamble | Bharat Mediratta | |
2009-05-18 | Update preamble to avoid extra opening php block | Bharat Mediratta | |
2009-05-18 | Fix security preambles | Bharat Mediratta | |
2009-05-18 | Add security preamble | Bharat Mediratta | |
2009-05-18 | Move 3rd party PasswordHash library into the "lib" dir for | Bharat Mediratta | |
consistency. No 3rd party libs in "libraries", at least for now. | |||
2009-05-18 | Remove modules/unit_test/views; we don't use them | Bharat Mediratta | |
2009-05-18 | Merged /gallery3/vendor/forge/modified:r20843 | Bharat Mediratta | |
Added preamble to all Forge files. | |||
2009-05-18 | Remove Forge files that we don't use | Bharat Mediratta | |
2009-05-18 | Define KOHANA as the front controller .php file. | Bharat Mediratta | |
2009-05-18 | Add preamble. http://dev.kohanaphp.com/issues/1661 | Bharat Mediratta | |
2009-05-18 | There's a new view for CLI unit test output in the Unit_Test library | Bharat Mediratta | |
2009-05-18 | Updated kohana and modules/unit_test to upstream r4356 | Bharat Mediratta | |
2009-05-18 | Fix preamble | Bharat Mediratta | |
2009-05-17 | Update preamble test to list all broken files at once | Bharat Mediratta | |
2009-05-17 | Update tests to reflect the new code that allows changing file and directory ↵ | Bharat Mediratta | |
names | |||
2009-05-17 | Make our dependency on json_encode() an explicit requirement | Bharat Mediratta | |
2009-05-17 | Define TMPPATH | Bharat Mediratta | |
2009-05-17 | Add var/tmp | Bharat Mediratta | |
2009-05-17 | Rollback some of the changes from r20822. But still pull the | Tim Almdal | |
determination of the function name and arguments to outside the module loop | |||
2009-05-17 | Skip over empty import modes. Fixes ticket #227 | Bharat Mediratta | |
2009-05-16 | Silently drop trailing periods in the album name so that we don't have | Bharat Mediratta | |
to throw up an error message (since we don't accept them in album names). | |||
2009-05-16 | Don't allow photos, albums or movies to have a trailing period to avoid | Bharat Mediratta | |
security problems. Ref http://dev.kohanaphp.com/issues/684). This plus r20823 resolves ticket #248. | |||
2009-05-16 | Don't allow albums/photos/movies to end in "." because it risks | Bharat Mediratta | |
securit issues (and so Kohana won't route them, see http://dev.kohanaphp.com/issues/684). Partial fix for ticket #248. | |||
2009-05-16 | Modify the module::event method to accept 2 additional parameters | Tim Almdal | |
instead of a variable list and then pass both of these parameters by reference to the event handlers. 2 parameters cover 100% of our existing event calls. | |||
2009-05-16 | Support renaming albums, photos and movies. | Bharat Mediratta | |
Fixes ticket #278. | |||
2009-05-16 | Don't allow the various ::create() methods to take "/" in the name. | Bharat Mediratta | |
2009-05-16 | Item_Model::rename() cannot accept new filenames that contain "/" | Bharat Mediratta | |
2009-05-16 | Implement Item_Model::rename(), with unit tests. | Bharat Mediratta | |
2009-05-16 | Rename the theme menu options under the Appearance menu. | Bharat Mediratta | |
2009-05-15 | Only cache rows if they are objects, which assumes also that they are ↵ | Bharat Mediratta | |
instances of ORM. | |||
2009-05-15 | Make denied links not clickable at the root level when the permission | Bharat Mediratta | |
is already denied. Ie, at the root level you can't click the item to reset because there's no permission to inherit from, so denied is now just a non-actionable status. | |||
2009-05-14 | Use ternary operators to tighten up some logic | Bharat Mediratta | |
2009-05-14 | Get rid of the 'View comments on this item' menu option for photos. | Bharat Mediratta | |
It doesn't fit in with the others and as Jakob points out, the scroll wheel on the mouse is perfectly sufficient. I'll leave the icon around, though. | |||
2009-05-14 | Provide tooltips for Menu_Element_Link | Bharat Mediratta | |
2009-05-14 | Tell the user the location of VARPATH so that they know where their photos ↵ | Bharat Mediratta | |
are getting installed. | |||
2009-05-14 | Fix save() to stop using ORM objects. | Bharat Mediratta | |
2009-05-14 | Convert spaces into underscores when generating the album name from the title | Bharat Mediratta | |
2009-05-14 | Fix for ticket #268 | Tim Almdal | |
1) Added a clear method to model_cache 2) Cleared the model_cache, when the make_album_cover or remove_album_cover is called. | |||
2009-05-14 | Specify the internal_cache_path (even though we're not using this yet). | Bharat Mediratta | |
2009-05-14 | Bind to the change() event also so that we can pick up autocompletions in ↵ | Bharat Mediratta | |
the title box. | |||
2009-05-14 | Change the way we update view_count to use math instead of ORM for better ↵ | Bharat Mediratta | |
accuracy | |||
2009-05-14 | Use the active user as the new item's owner, if no owner id is specified | Bharat Mediratta | |
2009-05-14 | Cache variables in core._cache so that we can retrieve them all in a | Bharat Mediratta | |
single query. In most cases, we were fetching 4-5 variables per page load, so this is 2-3x faster. | |||
2009-05-14 | Introduce a relative_path_cache column in the items table. This lets | Bharat Mediratta | |
us avoid doing lots of MPTT lookups to find the parent path when we're trying to generate thumbnails, etc. Invalidate the cache at all the right times. This greatly reduces our query count on album page views. This fixes ticket #40. | |||
2009-05-14 | Updated to match r20797 | Bharat Mediratta | |
2009-05-14 | Overload ORM_Iterator to cache models as we pull them out of the | Bharat Mediratta | |
result set. This allows us to see the cache and avoid further lookups. |