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
/
controllers
Age
Commit message (
Expand
)
Author
2008-12-07
Fix a bug in the redirect after adding photos.
Bharat Mediratta
2008-12-07
* Don't call _getadd_photo_html() when we don't have an items table.
Bharat Mediratta
2008-12-06
Implemented photo::_get_photo_add(). You need to create the var/uploads dire...
Tim Almdal
2008-12-06
Correct @todo's in Item_Controller
Tim Almdal
2008-12-05
Fix a bug where any uninstall removed the entire database.
Bharat Mediratta
2008-12-04
Moving albums around with a drag and drop interface seems to work and preserv...
Tim Almdal
2008-12-04
Change the startup code to only put installed modules on the autoload
Bharat Mediratta
2008-12-04
Get rid of the rearrange helper as the code could be inlined
Tim Almdal
2008-12-03
Rename file::unlink() to dir::unlink(). This creates an API that is
Bharat Mediratta
2008-12-03
Add a MY_file class that extends the file helper by creating an unlink method...
Tim Almdal
2008-12-03
Add /welcome/form/add/photos to give you the add photo form.
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
Fix profiler settings in the scaffolding
Bharat Mediratta
2008-12-01
Add access::reset() so that you can specify your intent to use the
Bharat Mediratta
2008-12-01
Prototype access control model. There's much left to do, but it's a
Bharat Mediratta
2008-11-30
Move rearrange HTML generation into welcome.php so that we gracefully
Bharat Mediratta
2008-11-29
Add access model (not fully baked yet).
Bharat Mediratta
2008-11-29
Insure that the page and offset refere to valid items
Tim Almdal
2008-11-28
Dynamically create the list of available modules. This permits new modules t...
Tim Almdal
2008-11-28
Create module::event() which runs Gallery events. It works by
Bharat Mediratta
2008-11-28
Add an easy way to add a bunch of servers from the server side
Bharat Mediratta
2008-11-28
Rename item events and create events for comment create, login, logout, user ...
Tim Almdal
2008-11-27
1) Create a Theme_View class that combines the functionality of the Theme cla...
Tim Almdal
2008-11-27
Make tags look a little better.
Bharat Mediratta
2008-11-27
Centralize logging around installing/uninstalling modules.
Bharat Mediratta
2008-11-27
Add children_count to album/photo controllers for consistency with tags
Bharat Mediratta
2008-11-26
Draw an album tree in the access -> permissions tab.
Bharat Mediratta
2008-11-26
Add a new "tag" page type.
Bharat Mediratta
2008-11-26
Add support for marking users as "admin"
Bharat Mediratta
2008-11-26
Add support in the scaffolding for adding users to groups, adding and
Bharat Mediratta
2008-11-26
Use lorem2 words as inputs to generateTags. Limiting the number of
Bharat Mediratta
2008-11-26
Create user/group create/delete functions and have the scaffolding use them.
Bharat Mediratta
2008-11-25
1) Changed how the test tags are generated to be able to create a better dist...
Tim Almdal
2008-11-25
The scaffolding can now add and delete users and groups. Yippee!
Bharat Mediratta
2008-11-25
Add a "Access" tab to the scaffolding and list users and groups.
Bharat Mediratta
2008-11-25
tag::add_tag() -> tag::add
Bharat Mediratta
2008-11-25
Add theme debugging. Activate it in the [info] tab in the
Bharat Mediratta
2008-11-24
Moved the creation of tags into the tag helper library. Added a count field ...
Tim Almdal
2008-11-24
Show a link to the item with the most tags.
Bharat Mediratta
2008-11-24
Fix a typo in _show() that broke proper redirection
Bharat Mediratta
2008-11-24
Show the tag count, too.
Bharat Mediratta
2008-11-24
Remove the has_many_and_belongs_to_many relations from the item model
Tim Almdal
2008-11-24
Add the creation of tags to the scaffolding code
Tim Almdal
2008-11-23
Show the # of comments
Bharat Mediratta
2008-11-23
Add a button to install all plugins at once, now that we have so many.
Bharat Mediratta
2008-11-21
Fixed a bug in the REST controller dispatcher and added a test case that exce...
Jozef Selesi
2008-11-21
Revert module block approach
Tim Almdal
2008-11-20
* Added HTTP status constants and helper functions to REST helper.
Jozef Selesi
2008-11-19
Fix some broken-ness:
Bharat Mediratta
2008-11-19
Change the way that we do RESTful routing.
Bharat Mediratta
[next]