| Age | Commit message (Collapse) | Author |
|
Move the <link> for the container feed (either gallery/album/<id> or
tag/tag/<id>) back into gallery_theme
Signed-off-by: <unostar@danalan.info>
|
|
the url to dictate arbitrary static method calls.
* Each xxx_rss helper has a single feed() call which takes an id as the argument
* xxx_rss::available_feedS() only returns feeds when they're applicable (ie
if you're viewing a tag, it won't show you an item feed).
* Feed urls are now in the module/feed_id form so that we can bind a
feed id to a given module
* Tightened up the Rss_Controller by using url::merge and some other tricks.
* Made the slideshow module express its own feed.
Signed-off-by: <unostar@danalan.info>
|
|
max-pages calculation code. Move feed related data into the $feed
variable and only pass that to the view.
Signed-off-by: <unostar@danalan.info>
|
|
Signed-off-by: <unostar@danalan.info>
|
|
replace with a type field with one of two values (head and block). We need to
do this to determine what fields go in the rss block so we can ignore the
definitions that are related to the page head when creating the rss block that
goes into the sidebar.
Signed-off-by: <unostar@danalan.info>
|
|
functionality in the <module_name>_theme::head function. Created rss::feed_link
to wrap the module supplied uri in the html link element.
Signed-off-by: <unostar@danalan.info>
|
|
Signed-off-by: <unostar@danalan.info>
|
|
module to version 2. First test of our upgrade code!
Signed-off-by: <unostar@danalan.info>
|
|
functions that format a unix timestamp into a date+time/date/time
string.
Partial fix for ticket #347.
Signed-off-by: <unostar@danalan.info>
|
|
users.
Fixes ticket #369
Signed-off-by: <unostar@danalan.info>
|
|
tag feeds to the gallery and tag modules respectively. This chould close
ticket #388
Signed-off-by: <unostar@danalan.info>
|
|
modules that are supplying the feed. The rss controller becomes a router.
In this change the comment and updates fields are distributed.
Signed-off-by: <unostar@danalan.info>
|
|
api.
Signed-off-by: <unostar@danalan.info>
|
|
provide the part of the url (the suffix) that they are interested in and the
rss module will format the rest of the url.
Signed-off-by: <unostar@danalan.info>
|
|
allow modules to contribute rss feed links to the rss sidebar block.
Ticket #388.
Signed-off-by: <unostar@danalan.info>
|
|
Signed-off-by: <unostar@danalan.info>
|
|
68fd196d66e2d21f571ff3b5a673f18cd129abf9 leaving us in a temporarily
broken state.
Signed-off-by: <unostar@danalan.info>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
array(), as I18n expects all messages to be either string or array.
|
|
|
|
empty (to make it easier for folks to change it in Admin > Settings >
Advanced)
|
|
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
|
|
based on the uri. Then use this helper method in logout.php to insure that
the guest user has access to the "continue" uri. If they don't redirect to
the root album and let it deal with access issues.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
|
|
|
|
appropriately in g2_import.
|
|
|
|
|
|
|
|
breadcrumb should suffice.
|
|
|
|
failure.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
|
|
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
|
|
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
|
|
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
|
|
to return true/false on whether or not it could rebuild the image
properly, then track the broke images in the task and ignore them.
Fixes ticket #344.
|
|
index.php (ie, /gallery3 instead of /gallery3/index.php) that causes
is to mis-route.
|
|
|
|
size shorthand, and convert the simple_uploader code to use it.
|
|
one that uses it. Perhaps this is not the best solution, but it's the
pragmatic one.
|
|
other data leaks.
|
|
* open for suggestions on the submenu item labels
* @bharat: not sure about the add photos menu item id in the dropdown case
|
|
|
|
Ticket 148.
|
|
and verifying user permissions, but there are several above-the-bar
changes:
1) Server add is now only available to admins. This is a hard
requirement because we have to limit server access (eg:
server_add::children) to a user subset and the current permission
model doesn't include that. Easiest fix is to restrict to admins.
Got rid of the server_add permission.
2) We now know check permissions at every level, which means in
controllers AND in helpers. This "belt and suspenders" approach will
give us defense in depth in case we overlook it in one area.
3) We now do CSRF checking in every controller method that changes the
code, in addition to the Forge auto-check. Again, defense in depth
and it makes scanning the code for security much simpler.
4) Moved Simple_Uploader_Controller::convert_filename_to_title to
item:convert_filename_to_title
5) Fixed a bug in sending notification emails.
6) Fixed the Organize code to verify that you only have access to your
own tasks. In general, added permission checks to organize which had
pretty much no validation code.
I did my best to verify every feature that I touched.
|
|
maintenance mode.
|