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
2009-03-05
Fix for ticket #114 Permissions seem to be ignored
Tim Almdal
2009-03-04
Allow url() to return absolute urls
Bharat Mediratta
2009-02-27
* Refactor task management methods from admin_maintenance.php to
Tim Almdal
2009-02-25
Add support MP4 movies also. Flowplayer supports them and can stream
Bharat Mediratta
2009-02-24
Fix for ticket #98.
Tim Almdal
2009-02-22
If the album_cover_item_id points to a missing item (unlikely but possible) j...
Bharat Mediratta
2009-02-22
Very basic movie support. You can upload a FLV file, we use ffmpeg to
Bharat Mediratta
2009-02-09
Add local localization functionality. Local = no means to upload / download t...
Andy Staudacher
2009-02-08
rollback r20001-r19998, r19995. This may require a reinstall
Tim Almdal
2009-02-07
Assign the Album|Photo path field explicitly instead of hiding that in
Tim Almdal
2009-02-06
Implement fix for ticket #35. *** Requires reinstall of core ***
Tim Almdal
2009-02-06
Convert all item->type == "album" to item->is_album()
Tim Almdal
2009-01-29
Add delete support as a quick-edit option
Bharat Mediratta
2009-01-29
Add support for pretty urls. So now instead of urls like:
Bharat Mediratta
2009-01-24
Add move support. Use the move icon in the quick pane. You can't
Bharat Mediratta
2009-01-23
Take advantage of the new support for parentheses added in r19879 and
Bharat Mediratta
2009-01-14
Create Item_Model::thumb_tag() and Item_Model::resize_tag() to provide
Bharat Mediratta
2009-01-13
Models should be named in adjective_noun form to make pluralizatoin
Bharat Mediratta
2009-01-11
Fix windows-style line endings.
Bharat Mediratta
2009-01-09
Theme Administration v. 2. Doesn't distinguish between regular and admin them...
Felix Rabinovich
2009-01-08
First step of i18n refactoring:
Andy Staudacher
2009-01-04
Allow passing a query string as an argument to Item_Model::url()
Bharat Mediratta
2009-01-03
Stay on the right page when we navigate up in the breadcrumb.
Bharat Mediratta
2008-12-31
Add Item_Model::url() and use it where appropriate. Cleans up some
Bharat Mediratta
2008-12-31
Preliminary "Edit Permissions" dialog. You can't change permissions
Bharat Mediratta
2008-12-28
Expand on the maintenance code to make it more robust and give the
Bharat Mediratta
2008-12-28
First round of a task framework. Tasks are job definitions stored in
Bharat Mediratta
2008-12-26
Added the concept of "permanent" messages that we show to admins. Use
Bharat Mediratta
2008-12-24
Lots of deltas rolled up into a bigger change. Sorry for the mess.
Bharat Mediratta
2008-12-23
Add very simple graphics toolkits.
Bharat Mediratta
2008-12-21
Report actual log entries in the "log entries" admin block.
Bharat Mediratta
2008-12-21
Add a logging facility, and instrument login/logout to use it.
Bharat Mediratta
2008-12-20
Add "created" and "updated" timestamps to the items table.
Bharat Mediratta
2008-12-17
Add Item_Model::viewable() which we can use to restrict any query to
Bharat Mediratta
2008-12-17
Change the album thumbnail/resize from _album.jpg to .album.pjg
Bharat Mediratta
2008-12-17
Separate thumbnails out into var/thumbs. This clears up some ambiguity in I...
Bharat Mediratta
2008-12-16
Remove error checking; if this fails let it fail noisily for now so that we c...
Bharat Mediratta
2008-12-16
Various optimizations:
Bharat Mediratta
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
[next]