Bharat Mediratta
cf9e3db32e
Actually save the url when editing user information.
...
Fixes ticket #363 .
2009-06-10 21:13:34 -07:00
Bharat Mediratta
4118ca4f1d
Provide a way for non-admins to authenticate and use the upgrader,
...
without using our regular code paths.
2009-06-10 21:05:24 -07:00
Bharat Mediratta
0d5826ab9f
Fix log links. html::anchor() implicitly calls url::site(), calling
...
it a second time mangles the urls.
Fixes ticket #360 .
2009-06-10 20:37:38 -07:00
Bharat Mediratta
d7df3e1681
Merge branch 'master' of git@github.com:gallery/gallery3
2009-06-10 20:22:19 -07:00
Bharat Mediratta
5a6fc93496
Improve our warning message to also mention that you need to have mod_rewrite installed.
2009-06-10 20:22:10 -07:00
Tim Almdal
0c5cb026a7
Only add the comment rss feeds if the comment module is active. fix for #365
2009-06-10 08:26:40 -07:00
Bharat Mediratta
8c0d48b001
Add CLI sapi support
2009-06-10 01:23:44 -07:00
Bharat Mediratta
73de6eedd9
Rename package -> packager (it's a noun which has verbs on it).
...
Force a HTTP_HOST so that url::base() works.
2009-06-10 01:23:18 -07:00
Bharat Mediratta
f20bf46868
Consider the CLI sapi the equivalent of an admin
2009-06-10 01:21:57 -07:00
Bharat Mediratta
0157ed4cfe
Update test code to match the change made in 47810c9aec
...
where we adjust the site_domain in config.php
2009-06-10 00:53:16 -07:00
Bharat Mediratta
fc64a55f2e
Golden file update
2009-06-10 00:14:55 -07:00
Andy Staudacher
9ecd2ac0e9
Merge branch 'master' of git@github.com:gallery/gallery3
2009-06-09 22:07:57 -07:00
Bharat Mediratta
f41a232730
Merge branch 'master' of git@github.com:gallery/gallery3
2009-06-09 21:28:08 -07:00
Bharat Mediratta
d6b808b726
Add security checks
2009-06-09 21:27:55 -07:00
Bharat Mediratta
2fd322deea
ACtually implement the upgrader, and add a confirmation box when the
...
upgrade is complete.
2009-06-09 21:26:37 -07:00
Bharat Mediratta
accce788d9
Fix a bug in set_version() where we were always forcing the value to 1. Oops!
2009-06-09 21:26:28 -07:00
Andy Staudacher
03e9cefa17
Merge branch 'master' of git@github.com:gallery/gallery3
2009-06-09 21:10:53 -07:00
jhilden
dab0799b65
Merge branch 'master' of git@github.com:gallery/gallery3
2009-06-10 00:10:18 -04:00
Andy Staudacher
5f7dfc272e
Remove double quotes from module.info (theme.info) attribute values.
...
(actually, we did that before: Now removing HTML element attributes since they were delimited by single quotes because PHP's ini parser can't
deal with double-quotes in values.)
Background:
Requiring all l10n messages a) to be well-formed HTML and b) to use double-quotes as HTML element attributes, since the l10n server side
validation normalizes all attribute delimiters to double-quotes). See ticket #254 .
2009-06-09 21:05:33 -07:00
jhilden
f1c91ab977
fixed that you couldn't copy and paste text from the admin dashboard
...
* made only the block headers draggable, so that the rest of the block could be normal
* this should fix bug #292
2009-06-09 23:54:02 -04:00
Bharat Mediratta
f55686c7ef
Merge branch 'master' of git@github.com:gallery/gallery3
2009-06-09 20:33:31 -07:00
Bharat Mediratta
a20246b738
Say hello to the new upgrader UI.
2009-06-09 20:33:06 -07:00
Bharat Mediratta
00b528afac
Cache the available module list in module::$available.
2009-06-09 20:32:37 -07:00
Andy Staudacher
7e4fcb97cb
Fix HTML bug in l10n message
2009-06-09 20:10:34 -07:00
Bharat Mediratta
5e6c8894e2
Use a reference in available() to avoid crappy looking dereferencing.
2009-06-09 20:08:48 -07:00
Andy Staudacher
86a32d412f
Merge branch 'master' of git@github.com:gallery/gallery3
2009-06-09 19:49:58 -07:00
Andy Staudacher
7ccb65ea9e
Fix for fetching l10n plural messages. Need to cast from stdclass to array(), as I18n expects all messages to be either string or array.
2009-06-09 19:49:06 -07:00
Bharat Mediratta
798444f40b
Replace login_page.html.php with the form, wrapped in our default page
...
type.
2009-06-09 19:45:15 -07:00
Bharat Mediratta
e5d273e929
Merge branch 'master' of git@github.com:gallery/gallery3
2009-06-09 19:00:22 -07:00
Bharat Mediratta
d0b2544511
Check in /usr/local/bin for ffmpeg, and create the setting even if its
...
empty (to make it easier for folks to change it in Admin > Settings >
Advanced)
2009-06-09 18:59:53 -07:00
Bharat Mediratta
79d526f1fa
Put in a placeholder link to click on if there's no value for a setting.
2009-06-09 18:58:40 -07:00
Tim Almdal
b276eaa68b
Add some window dressing to login_page.html in order to make it more in line
...
with the overall look of the Gallery3 theme
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca >
2009-06-10 08:39:47 +08:00
Tim Almdal
a4a38ba760
Created not_authorized.html.php which is a prettier login screen if the root
...
album is not publicly browsable.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca >
2009-06-10 08:39:45 +08:00
Tim Almdal
b11ec14f24
Changed how directories are processed when the parent directory is selected and
...
the branch was never opened on the client. This should fix some of the issues
with the server_add as I was able to select the staging directory and then add
over 400 images in a multi-tier structure.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca >
2009-06-10 07:23:30 +08:00
Bharat Mediratta
90244e1705
fix typo: "the the" -> "the"
2009-06-09 13:25:11 -07:00
Tim Almdal
3c3a65b5a7
Rather than just displaying the "unformatted" login screen when the root album
...
is not viewable by a guest, display the root album as if it was empty. When
the page finishes loading force the login dialog to be displayed.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca >
2009-06-09 22:22:57 +08:00
Tim Almdal
8189c1fc6b
Removed extra whitespace
...
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca >
2009-06-09 21:45:57 +08:00
Tim Almdal
f0ea6d532c
Create a new method in MY_url.php "get_item_from_uri" which loads the item
...
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 >
2009-06-09 21:45:43 +08:00
Chad Kieffer
a42c101c0b
Merge branch 'master' of git@github.com:gallery/gallery3
2009-06-09 00:26:01 -06:00
Chad Kieffer
d2b8ca241d
Show status message when album cover is set ( #257 )
2009-06-09 00:25:49 -06:00
Bharat Mediratta
f7a720d2e8
Rename main_element_attributes() callback to body_attributes() to be
...
more intuitive for themers.
2009-06-08 23:17:28 -07:00
unostar
e6768a4e97
Add string to localizer
...
Signed-off-by: Bharat Mediratta <bharat@menalto.com >
2009-06-09 14:11:32 +08:00
Bharat Mediratta
1ecdb5ef0c
Merge branch 'master' of git@github.com:gallery/gallery3
2009-06-08 21:32:03 -07:00
Bharat Mediratta
f0ca27ab92
Fix the admin/themes url.
2009-06-08 21:31:50 -07:00
Bharat Mediratta
c7aafef852
Improve error handling support for corrupt images and report them
...
appropriately in g2_import.
2009-06-07 17:48:42 -07:00
Andy Staudacher
b9ee6f7d18
Merge branch 'master' of git@github.com:gallery/gallery3
2009-06-06 15:24:49 -07:00
Andy Staudacher
0e415dae9b
Preliminary BiDi support (needs *a lot* of tweaking)
2009-06-06 15:24:14 -07:00
Bharat Mediratta
bccaad92bb
Update xss golden file
2009-06-06 14:50:51 -07:00
Bharat Mediratta
d5d5284f05
Don't ask for CSRF token when trying to view the password reset form.
2009-06-06 12:52:44 -07:00
Bharat Mediratta
277d72d9fa
Fix formatting.
2009-06-06 12:50:38 -07:00