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
/
helpers
Age
Commit message (
Expand
)
Author
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
Add a missing slash in the HTTP return code
Bharat Mediratta
2008-11-20
Correct missing quotes
Tim Almdal
2008-11-20
* Added HTTP status constants and helper functions to REST helper.
Jozef Selesi
2008-11-19
Fix typo.
Bharat Mediratta
2008-11-19
Create url::abs_site() and url::abs_file() to allow us to generate
Bharat Mediratta
2008-11-19
Add the original item height and width to the item table
Tim Almdal
2008-11-19
Change the way that we do RESTful routing.
Bharat Mediratta
2008-11-19
change mime_type column from 255 chars to 64
Bharat Mediratta
2008-11-19
add the mime type column on the item table
Tim Almdal
2008-11-18
Added the is_installed to the module helper and change to photo.html to not t...
Tim Almdal
2008-11-17
Add output formats to our REST controllers. Add support for JSON and
Bharat Mediratta
2008-11-15
Add Theme::module() and module::get()
Bharat Mediratta
2008-11-13
Create module helper and refactor all the code that creates, updates
Bharat Mediratta
2008-11-09
Implement Item_Controller::put() and delete()
Bharat Mediratta
2008-11-09
style fix
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-08
44 --> E_DATABASE_ERROR
Bharat Mediratta
2008-11-08
Change how the modules table doesn't exist is caught. In running unit test, ...
Tim Almdal
2008-11-06
album::set_thumbnail is now part of Item_Model so it can go.
Bharat Mediratta
2008-11-05
* Add thumbnail and resize dimensions to the item table and use them
Bharat Mediratta
2008-11-05
Change the default theme to actually render what's in the Gallery.
Bharat Mediratta
2008-11-05
Declare install/uninstall stat.c
Bharat Mediratta
2008-11-04
Lots of new stuff!
Bharat Mediratta
2008-11-04
Add a test to detect tabs in our code, and convert all tabs to spaces
Bharat Mediratta
2008-11-04
Restructure the theme code to be more like WordPress / Habari. Now,
Bharat Mediratta
2008-11-03
Oops, injecting the function name caused an extra call in the call
Bharat Mediratta
2008-11-03
Theme helper. Right now it has one api method, theme::url which
Bharat Mediratta
2008-11-03
whitespace fix
Bharat Mediratta
2008-11-03
More bootstrap code.
Bharat Mediratta
2008-11-03
Change structure of item table to match MPTT class (which is a little differe...
Bharat Mediratta
2008-11-02
Create some basic infrastructure:
Bharat Mediratta