index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
models
Age
Commit message (
Expand
)
Author
2008-12-12
Change the resize option on creating thumbnails and resizes to Image::AUTO wh...
Tim Almdal
2008-12-12
Get rid of all pseudo users and pseudo groups, while preserving all
Bharat Mediratta
2008-12-11
Change the name of the implmentation of module parameters to module vars
Tim Almdal
2008-12-10
Create a module parameter table. This will be useful if a module wants to st...
Tim Almdal
2008-12-07
Leave all locking in ORM_MPTT::move_to, don't worry about it in
Bharat Mediratta
2008-12-07
Rename moveTo to move_to and extend the test a bit.
Bharat Mediratta
2008-12-05
* Add a moveTo unit test
Tim Almdal
2008-12-04
Moving albums around with a drag and drop interface seems to work and preserv...
Tim Almdal
2008-12-04
Add unit tests to test growing and contracting the left and right pointers
Tim Almdal
2008-12-04
Before deleting an item, save the path to the image in the var directory as o...
Tim Almdal
2008-12-03
Rename file::unlink() to dir::unlink(). This creates an API that is
Bharat Mediratta
2008-12-02
The rearrange module will now add an album if you drag the "new album" onto t...
Tim Almdal
2008-12-01
Prototype access control model. There's much left to do, but it's a
Bharat Mediratta
2008-11-29
Add access model (not fully baked yet).
Bharat Mediratta
2008-11-25
Don't add in-place-edit CSS unless there's a logged-in user.
Bharat Mediratta
2008-11-24
Remove the has_many_and_belongs_to_many relations from the item model
Tim Almdal
2008-11-23
Tag module database definitions
Tim Almdal
2008-11-21
Revert module block approach
Tim Almdal
2008-11-20
A look at away to allow modules to define html head contents (links and js) a...
Tim Almdal
2008-11-20
Correct typo
Tim Almdal
2008-11-19
Create url::abs_site() and url::abs_file() to allow us to generate
Bharat Mediratta
2008-11-19
Fix broken path in url()
Bharat Mediratta
2008-11-19
Add the original item height and width to the item table
Tim Almdal
2008-11-19
Update the media rss template to include the resize and the fullsize
Tim Almdal
2008-11-19
Cleanup media rss feed
Tim Almdal
2008-11-19
add the mime type column on the item table
Tim Almdal
2008-11-19
Change Media_RSS_Controller so that it does not extend REST_Controller, since it
Bharat Mediratta
2008-11-19
The continuing evolution of the slideshow...
Tim Almdal
2008-11-15
Item / Owner changes.
Bharat Mediratta
2008-11-15
Clean user / item relationship. Upload files gets the ownership of current us...
Felix Rabinovich
2008-11-12
aliasing owner to user
Felix Rabinovich
2008-11-08
Add support for in-place editing of data fields.
Bharat Mediratta
2008-11-08
Create permanent owner_id column in the item table, and use a soft
Bharat Mediratta
2008-11-08
Adding user (owner) to items; info module
Felix Rabinovich
2008-11-05
* Add thumbnail and resize dimensions to the item table and use them
Bharat Mediratta
2008-11-05
Style/doc cleanups.
Bharat Mediratta
2008-11-05
ORM_MPTT::parents() should not include the node itself.
Bharat Mediratta
2008-11-05
Change the default theme to actually render what's in the Gallery.
Bharat Mediratta
2008-11-04
Lots of new stuff!
Bharat Mediratta
2008-11-04
Restructure the theme code to be more like WordPress / Habari. Now,
Bharat Mediratta
2008-11-03
Rename columns lft/rgt to left/right.
Bharat Mediratta
2008-11-02
Create some basic infrastructure:
Bharat Mediratta