Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-31 | Simplify the next/previous logic in the theme by passing in a null | Bharat Mediratta | |
next/prev sib if one didn't exist. (that's what we were supposed to be doing in the first place, anyway) | |||
2008-12-31 | PhotoID -> PhotoId for consistency | Bharat Mediratta | |
2008-12-31 | Add Item_Model::url() and use it where appropriate. Cleans up some | Bharat Mediratta | |
grotty looking stuff in themes. | |||
2008-12-31 | Add sibling information on photo pages and a very simple next/previous ↵ | Bharat Mediratta | |
interface. | |||
2008-12-31 | change single to double quotes. | Bharat Mediratta | |
2008-12-31 | Switch from checkboxes to simple anchors so that we can reflect multiple ↵ | Bharat Mediratta | |
states better | |||
2008-12-31 | Preliminary "Edit Permissions" dialog. You can't change permissions | Bharat Mediratta | |
yet, but it shows you which items have locked view perms. | |||
2008-12-31 | Fix a bug where we were accidentally allowing view permissions when | Bharat Mediratta | |
allowing or resetting permission further down in the tree. This bug was introduced when I refactored the view permission cache into the items table. Updated test to catch it. | |||
2008-12-31 | Fully implement the view_full permission. | Bharat Mediratta | |
2008-12-30 | Oops, remove some debug code. | Bharat Mediratta | |
2008-12-30 | Fix a bug. Unit tests ftw! | Bharat Mediratta | |
2008-12-30 | Refactor _create_htaccess_files and _delete_htaccess_files into | Bharat Mediratta | |
_update_htaccess_files in preparation for supporting the view_full permission. | |||
2008-12-30 | Fix typo. | Bharat Mediratta | |
2008-12-30 | Update user::create() scaffolding for changes in the user module: can't set ↵ | Andy Staudacher | |
the isAdmin bit at creation time. | |||
2008-12-30 | Oops, this got left out of r19497 | Bharat Mediratta | |
2008-12-30 | Add the view_full permission-- doesn't do anything yet | Bharat Mediratta | |
2008-12-30 | Add a "Graphics Settings" page that lets admins choose which graphics | Bharat Mediratta | |
toolkit we use. We only allow users to use one toolkit. The UI needs work! | |||
2008-12-30 | Add some basic explanatory text | Bharat Mediratta | |
2008-12-30 | Add site_status() to the regular Theme_View | Bharat Mediratta | |
2008-12-30 | Only show site status to admins | Bharat Mediratta | |
2008-12-30 | More phodoc cleanup. | Bharat Mediratta | |
2008-12-30 | comment cleanup. | Bharat Mediratta | |
2008-12-30 | Make some columns smaller so that multi-column keys don't exceed 1024 | Bharat Mediratta | |
bytes on some systems. | |||
2008-12-29 | Don't let the x/y coordinates in composite go negative. | Bharat Mediratta | |
2008-12-29 | Remove rest::JSON content type; it's causing lots of problems and it doesn't ↵ | Bharat Mediratta | |
directly help since text/html works just as well for our JSON communications | |||
2008-12-29 | Properly implement graphics::composite() | Bharat Mediratta | |
2008-12-29 | Return the task on success so that our UI can show it at 100% | Bharat Mediratta | |
2008-12-29 | Replace __CSRF__ token with a real csrf. This allows links in site status ↵ | Bharat Mediratta | |
messages to persiste across sessions. | |||
2008-12-29 | Oops, my last change broke the default resize dimensions | Bharat Mediratta | |
2008-12-29 | Make graphics rules take named parameters. This will give us some | Bharat Mediratta | |
flexibility in the future. | |||
2008-12-29 | Don't set the document type to JSON when uploading photos. | Bharat Mediratta | |
2008-12-29 | Remove references to permanent_key | Bharat Mediratta | |
2008-12-29 | Separate permanent messages out of the message helper and put them | Bharat Mediratta | |
into site_status. Show site status in the header in the admin theme. | |||
2008-12-28 | Expand on the maintenance code to make it more robust and give the | Bharat Mediratta | |
admin more control. You can now track running tasks, resume stalled tasks, cancel running tasks, and remove finished tasks. Added graphics::compose() as a placeholder for future watermark operations. Added CSRF protection to maintenance urls. | |||
2008-12-28 | Javascript wrapper to ping tasks | Bharat Mediratta | |
2008-12-28 | First round of a task framework. Tasks are job definitions stored in | Bharat Mediratta | |
the database. They're started with admin/maintenance/start/[task_name] which sends down some JS/HTML which regularly pings the task at admin/maintenance/start/[task_id] until its done. The UI is still very rough. It works, though! | |||
2008-12-27 | Ignore resizes for albums when calculating the dirty count | Bharat Mediratta | |
2008-12-27 | Add clear_permanent() | Bharat Mediratta | |
2008-12-26 | Added content type to JSON output functions | Felix Rabinovich | |
2008-12-26 | Added the concept of "permanent" messages that we show to admins. Use | Bharat Mediratta | |
this to show a "your thumbs/resizes are out of date" message whenever we change the graphics rules. Tweak watermark module to add graphics rules whenever we make a change, which triggers the graphics module to add the permanent message. | |||
2008-12-26 | Added graphics::mark_all_dirty(). The watermark code now marks images | Bharat Mediratta | |
as dirty if the admin changes the watermark at all. | |||
2008-12-26 | Fix a bug I introduced when I switched from module id to module name; now ↵ | Bharat Mediratta | |
deleting cleans up vars and graphics rules | |||
2008-12-26 | Group Administration | Felix Rabinovich | |
2008-12-26 | Fix a typo. | Bharat Mediratta | |
2008-12-26 | Add module::clear_var() | Bharat Mediratta | |
2008-12-25 | Rework log and message helpers to be parallel, but separate. | Bharat Mediratta | |
1) they now have their own matching severity constants 2) they both have convenience functions success(), info(), warning() and error() 3) they both have severity_class() | |||
2008-12-25 | Make sure admin method exist before we call them, else we'll just recurse ↵ | Bharat Mediratta | |
into Admin_Controller::__call() again | |||
2008-12-25 | Ajaxify 'add users' | Felix Rabinovich | |
2008-12-25 | Split Items_Controller_Test into Photos and Albums tests | Bharat Mediratta | |
2008-12-25 | Reload the parent before using when adding albums/photos since it may have ↵ | Bharat Mediratta | |
invalid left/right pointers. |