Bharat Mediratta
181737fb12
Remove the word 'album' from phpdoc.
2009-03-15 02:00:21 +00:00
Bharat Mediratta
c825ec4ffb
Move references to "album" out of ORM_MPTT since it's supposed to be
...
implementation agnostic.
2009-03-15 01:17:25 +00:00
Bharat Mediratta
f9122c7908
Don't use html::image because it forces absolute urls, which we don't want.
2009-03-14 21:24:32 +00:00
Bharat Mediratta
51a16d38b8
style fixes
2009-03-14 18:43:10 +00:00
Bharat Mediratta
e658b9895e
Default thumb/resizes to relative urls.
2009-03-14 18:31:56 +00:00
Tim Almdal
cb3d39fe62
Invert the check for https vs http.
2009-03-14 01:57:37 +00:00
Tim Almdal
2ad27663cb
Remove event handlers that are are no longer called (start_batch and end_batch)
2009-03-12 18:16:13 +00:00
Tim Almdal
b82b60c91a
Rename tag.html.php to dynamic.html.php as part of ticket #115
...
creating Dynamic Albums. This name change reflects the usage better
and allows multiple dynamic albums (including tags) to use the same
page template.
2009-03-12 15:40:08 +00:00
Chad Kieffer
5b5893b628
Minor after install message edits, added updated Gallery logo alt description
2009-03-12 04:23:53 +00:00
Tim Almdal
7ade710258
Handle no prefix being set when building key/value table map
2009-03-12 04:00:49 +00:00
Tim Almdal
7dae7dc510
Strip down the loin page (not sure if this is what bharat had in mind)
2009-03-12 03:54:17 +00:00
Tim Almdal
d1f181da08
Attempt to reduce the chance of replacing text in sql statements that
...
is not a table name (but contained in braces) with the database prefix
by building and maintaining a cache of database tables and prefixes.
2009-03-12 03:20:13 +00:00
Tim Almdal
8fe1880e30
Bag the header("Location:", ...);exit() and replace with
...
url:site(url::abs_file(...))
2009-03-11 20:55:29 +00:00
Tim Almdal
1f848385fa
Tried various combinations of url::redirect(...) or
...
url::redirect(url::file(...))
The only thing that works is this way.
2009-03-11 20:31:29 +00:00
Tim Almdal
4dfc5435ef
Fix ticket #69 . Rather than giving a better error message when the
...
gallery3 database is not setup. Just redirect to the installer.
2009-03-11 14:38:52 +00:00
Tim Almdal
a521d9177f
Force a login if everybody does not have access to the root
...
item. ticket #118 .
2009-03-11 13:58:38 +00:00
Bharat Mediratta
30239ed302
$task_definitions -> $task_def
2009-03-11 03:29:12 +00:00
Tim Almdal
8da729cfa1
Refine the task api but removing the optional parameters on the
...
task::create method call
2009-03-11 03:14:52 +00:00
Bharat Mediratta
47756db856
Get rid of stray 'type' argument to task::get_definitions()
2009-03-11 02:39:52 +00:00
Tim Almdal
ee2407cde2
Fix the test failures. If albums are created manually instead of
...
calling album::create, then the default sourt column needs to be set
to id.
2009-03-11 00:41:51 +00:00
Tim Almdal
2ce44b6b08
Fix the Var_Test by making sure that the cache is cleared or updated
...
when a variable is set or cleared.
2009-03-11 00:27:17 +00:00
Tim Almdal
c2db5d0fc9
Fix the test, with the addition of the additional fields required by
...
album sort order change.
2009-03-11 00:17:48 +00:00
Bharat Mediratta
068c44e201
access::allow/deny/reset functions will now throw an exception if you
...
don't pass in a Group_Model as the argument. This prevents us from
setting permissions on the wrong group by accidentally passing in a
User_Model.
2009-03-10 20:34:32 +00:00
Tim Almdal
5342578e6d
Minor change to the task api with the addition of two optional
...
parameters. The first allows the specification of a task name.
Non-maintenance tasks are not defined as part of availabl_tasks so we
can't get the name from the task definitions. The 2nd allows the
specification of a context when the task is completed.
2009-03-10 13:53:59 +00:00
Bharat Mediratta
9d4769da87
Add profiling/debugging switches in the Scaffold menu.
2009-03-10 06:45:55 +00:00
Bharat Mediratta
9d8d115387
Show the album edit form for albums, not the photo edit form
2009-03-10 03:28:13 +00:00
Tim Almdal
b9ee37f30e
Override the ORM_MTTP::children and ORM_MTPP::descendants methods in
...
the item model and always pass the orderby fields. This insures that
all children or descendant calls will respect the album sort order.
2009-03-09 14:38:25 +00:00
Tim Almdal
ac82e0a9df
Change Item_Model::get_position to respect the sort order. This also
...
forced the next/prev buttons in album navication to respect the sort
order as well.
2009-03-09 13:43:13 +00:00
Tim Almdal
c0375db79f
Restructure the sort order to maintain the sort column and sort order
...
as two separate columns in the item table.
2009-03-09 13:30:22 +00:00
Bharat Mediratta
7aea8f0385
Add a 'cancel all' link too
2009-03-09 07:45:38 +00:00
Bharat Mediratta
e37faa0008
More tasks cleanup.
...
Don't join through to the users table; that won't work in embedded
mode. Instead, add Tasks_Model::owner() that calls user::lookup() and
refer to the object directly in the view.
Add Admin_Maintenance:remove_finished_tasks() so that we can easily do
old task cleanup.
Hide Running / Finished sections if there aren't any running or
finished tasks.
2009-03-09 07:28:19 +00:00
Bharat Mediratta
f32f1697c9
Get rid of Task_Definition types: they're not necessary. This
...
incidentally fixes the the problem that admin/maintenance tasks have
been broken.
2009-03-09 07:02:09 +00:00
Bharat Mediratta
4fed34873a
Don't let graphics::resize() upscale images.
...
Fixes ticket #117 .
2009-03-09 06:59:05 +00:00
Bharat Mediratta
b8cf195be8
Don't forget to clean up temp files after uploading.
...
Fixes ticket #120 .
2009-03-09 04:11:15 +00:00
Bharat Mediratta
2aaf263b9e
On second thought, make the description column varchar(2048) instead.
...
If I understand correctly, this is better for performance. I could be
wrong here, though.
2009-03-09 03:33:49 +00:00
Bharat Mediratta
1ad7ca639d
Make the description a text column so that we can handle much larger
...
descriptions.
2009-03-09 03:29:22 +00:00
Bharat Mediratta
445f18fb51
Tweak abs_file() and abs_site() to generate https urls as appropriate.
...
Fixes ticket #125
2009-03-09 02:07:58 +00:00
Bharat Mediratta
198297e0d4
Instead of putting after_install in the url, put it in the session.
...
This helps us to make sure that we only see the welcome message once.
2009-03-09 00:03:04 +00:00
Bharat Mediratta
72c7fed975
Log the user in as admin after running the web installer, and give
...
them a nice "Welcome to Gallery 3" dialog. The text in there needs a
little work but it's a start.
In the process, re-build the install.sql using the scaffolding code.
2009-03-08 21:21:09 +00:00
Bharat Mediratta
7cbc904be7
Post process the sql generation code to support prefixes
2009-03-08 21:11:01 +00:00
Tim Almdal
8f1e90d837
Update sort order processing per Bharat's feedback
...
* Remove mime type and type as sortable fields
* Change the internal representation to serialized array
* Shorten the database field to varchar(64)
2009-03-08 19:10:08 +00:00
Tim Almdal
39954ad0b7
Implement Sortable albums. Current sort fields include (Creation
...
Date, Update Date, Random Key, Title, Mime Type, Item Type & Number of views)
2009-03-08 16:29:01 +00:00
Tim Almdal
bf6c814e81
Undo... pass any additional parameters to the _edit_form method
2009-03-08 07:55:37 +00:00
Tim Almdal
186eeb8e20
Pass any additional parameters to the _edit_form method
2009-03-08 07:42:06 +00:00
Bharat Mediratta
3c672bd865
Don't show the pager if there're no photos on the page.
2009-03-08 03:57:02 +00:00
Bharat Mediratta
3356091b65
Add in-request caching of vars that we've already looked up. We're
...
still doing too many database queries, but this cuts down some dupes.
2009-03-07 04:44:16 +00:00
Chris Kelly
3ad7827786
oops. fix accidental style change that slipped into last commit
2009-03-06 02:36:04 +00:00
Chris Kelly
0678037687
Added json and filter as requirements
2009-03-06 02:22:51 +00:00
Tim Almdal
f371c663c5
Fix for ticket #114 Permissions seem to be ignored
2009-03-05 17:16:38 +00:00
Bharat Mediratta
23937ff135
Avoid using default task types. Require task::get_definitions() to
...
specify a single type and ask for it appropriately in
admin_maintenance. Specify a type for every existing task.
2009-03-05 06:38:11 +00:00