Commit Graph
5668 Commits
Author SHA1 Message Date
Bharat Medirattaand 24bd873c4f Rename theme_details to theme_options. These changes got left out of
68fd196d66 leaving us in a temporarily
broken state.

Signed-off-by:  <unostar@danalan.info>
2009-06-12 06:55:21 +08:00
Bharat Medirattaand 4c7fc9515b add a missing 'break' after running tests which caused tests not to
run.

Signed-off-by:  <unostar@danalan.info>
2009-06-12 06:55:19 +08:00
Bharat Medirattaand 1d60d8ee46 Trap exceptions from movie::create() and mark those movies as corrupt.
Signed-off-by:  <unostar@danalan.info>
2009-06-12 06:55:16 +08:00
Bharat Mediratta 0b23433d94 Rename theme_details to theme_options. These changes got left out of
68fd196d66 leaving us in a temporarily
broken state.
2009-06-11 12:50:50 -07:00
Bharat Mediratta d77f3a9ef0 add a missing 'break' after running tests which caused tests not to
run.
2009-06-11 12:50:24 -07:00
Bharat Mediratta ae2fb806c7 Trap exceptions from movie::create() and mark those movies as corrupt. 2009-06-11 12:48:36 -07:00
Marc Poulhièsand dfa7ec6b0b fix init_embed. test was not correct
Signed-off-by:  <unostar@danalan.info>
2009-06-11 15:53:32 +08:00
Marcand a5cc8076ce fix previous commit
Signed-off-by:  <unostar@danalan.info>
2009-06-11 15:53:30 +08:00
Marcand 24a72aa819 fix gallery2 import with multisite config
Signed-off-by:  <unostar@danalan.info>
2009-06-11 15:53:27 +08:00
Bharat Medirattaand b0ae9c02d9 Rename theme_details to theme_options everywhere.
Fixes ticket #317

Signed-off-by:  <unostar@danalan.info>
2009-06-11 15:51:11 +08:00
Bharat Medirattaand 547a4c39d7 Actually save the url when editing user information.
Fixes ticket #363.

Signed-off-by:  <unostar@danalan.info>
2009-06-11 15:51:08 +08:00
Bharat Medirattaand 5f2dca7a51 Provide a way for non-admins to authenticate and use the upgrader,
without using our regular code paths.

Signed-off-by:  <unostar@danalan.info>
2009-06-11 15:51:06 +08:00
Bharat Medirattaand 8d4567f4cc Fix log links. html::anchor() implicitly calls url::site(), calling
it a second time mangles the urls.

Fixes ticket #360.

Signed-off-by:  <unostar@danalan.info>
2009-06-11 15:51:03 +08:00
Bharat Medirattaand 323b1e6077 Improve our warning message to also mention that you need to have mod_rewrite installed.
Signed-off-by:  <unostar@danalan.info>
2009-06-11 15:51:01 +08:00
Chad Kiefferand 49b3aa77f7 Update floats after .rtl addition. Both should work now.
Signed-off-by:  <unostar@danalan.info>
2009-06-11 15:50:58 +08:00
Tim Almdal 4877f968b4 Rearrange the code in sidebar_block to logically group the code for readability. 2009-06-11 00:48:32 -07:00
Tim Almdal 1272d0837e Changed rss_theme::sidebar_blocks to fire the event "request_feed_links" to
allow modules to contribute rss feed links to the rss sidebar block.
Ticket #388.
2009-06-11 00:44:34 -07:00
Marc Poulhiès 7815315dbf Merge branch 'master' of git://github.com/gallery/gallery3 2009-06-11 09:06:31 +02:00
Bharat Mediratta 68fd196d66 Rename theme_details to theme_options everywhere.
Fixes ticket #317
2009-06-10 21:23:57 -07:00
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
Chad Kieffer 6fbb2c4469 Merge branch 'master' of git@github.com:gallery/gallery3 2009-06-10 20:14:05 -06:00
unostar c7770140ae adding string to localizer 2009-06-10 14:12:40 -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
Marc Poulhiès 315969e24e fix init_embed. test was not correct 2009-06-10 16:57:29 +02:00
Tim Almdal a3c9104568 Merge branch 'master' of git@github.com:gallery/gallery3 2009-06-10 07:42:00 -07:00
Bharat Mediratta 66014819b4 refactor CLI support and add a help message. 2009-06-10 01:23:58 -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 f9d492ba2d Create 3 separate CLI targets: test / package / upgrade
Convert single to double quotes
Get rid of strtr() + DIRECTORY_SEPARATOR crap.
2009-06-10 01:05:13 -07:00
Marc 9dabb6d609 Merge branch 'master' of git@github.com:dkm/gallery3 2009-06-10 09:55:20 +02: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
Marc 9b4c7ba73c Merge branch 'master' of git://github.com/gallery/gallery3 2009-06-10 09:53:00 +02:00
Bharat Mediratta fc64a55f2e Golden file update 2009-06-10 00:14:55 -07:00
jhilden d297f1fdd2 first stab at makeing the language admin view prettier 2009-06-10 02:07:47 -04:00
Chad Kieffer 9717c7cd83 Merge branch 'master' of git@github.com:gallery/gallery3 2009-06-09 23:56:17 -06: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
Tim Almdal 1f1cb01a96 Merge branch 'master' of git@github.com:gallery/gallery3 2009-06-09 21:12:59 -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