Commit Graph
5668 Commits
Author SHA1 Message Date
Chad Kieffer db35107daf Remove padding in g-message-block, child bg colors weren't filling the box. 2009-10-28 23:21:20 -06:00
Chad Kieffer e72d3532f7 Amazing what a two character change can do. It should be g-first now, not first. 2009-10-28 22:57:36 -06:00
Chad Kieffer b118d56e9a Added type attribute to script tag. 2009-10-28 22:52:17 -06:00
Tim Almdal 385eec9feb Put the javascript initialization into a ready function so its invoked after the dom has been created. Fixes ticket #839 2009-10-28 21:13:48 -07:00
Tim Almdal 1d3651b329 Make the user name a required field. Fixes ticket #852 2009-10-28 17:13:23 -07:00
Tim Almdal 7ea13b3869 Normalize capitalization ticket #596 2009-10-28 12:15:52 -07:00
Tim Almdal 8ef78de3f7 Merge branch 'master' of git@github.com:gallery/gallery3 2009-10-28 11:38:05 -07:00
Tim Almdal 2a21f3bc80 Only install and activate modules that have tests to run. 2009-10-28 11:37:05 -07:00
Tim Almdal f16941a90b Add a static modifier to the private method 2009-10-28 11:36:34 -07:00
Chad Kieffer fbc5517711 Initial RTL update work. Consolidated shared rtl-related css selectors in gallery.common. Applied g-right and g-left to a few banner items, including login menu and the logo. 2009-10-28 00:15:08 -06:00
Chad Kieffer 27571a1467 We really only need one "back to the Gallery" link in the banner. Replace the one on the left with "you are logged in as". Added a bit of height to the admin banner to space out the admin menu from the login menu. Forced the removal of padding-left in g-inline list items. 2009-10-27 23:18:45 -06:00
Chad Kieffer d182ba9b57 Remove debug border I forgot to remove. 2009-10-27 23:05:16 -06:00
Chad Kieffer 4241e03d75 Breadcrumb updates. Apply g-first and g-active consistently, use ems instead of px for nicer proportions, make font-size the same whether on the page or in a dialog. 2009-10-27 23:03:43 -06:00
Chad Kieffer 90cedf1ed0 Move .g-message font-size to the theme from gallery.common. Let the theme set the size. 2009-10-27 22:53:52 -06:00
Chad Kieffer 927c4d10fd Group and place font-size specs at the top of the sheet to make them more accessible. 2009-10-27 22:50:57 -06:00
Tim Almdal 051a7ae27a Refix #812, by removing the decoding in file_proxy instead of not encoding in Item_Model when creating the relative_path_cache. 2009-10-27 20:20:32 -07:00
Bharat Mediratta 145a3f80ce Guard against developers who forget to internationalize label strings 2009-10-27 19:35:21 -07:00
Tim Almdal cb0243bbe8 Don't url encode the components of the relative_path_cache as we they refer to file paths and they are converted back in the file proxy. Fixes ticket #812 2009-10-27 19:23:30 -07:00
Tim Almdal 3b4a64c698 Check the minimum length when adding or modifying users via the admin screen. 2009-10-27 14:21:59 -07:00
Tim Almdal dbf18318f6 Merge branch 'master' of git@github.com:gallery/gallery3 2009-10-27 14:02:59 -07:00
Tim Almdal 3228f04ed9 Fire the logon_event when the user logs on. Cleanup some old code from the user/helpers/user.php file." 2009-10-27 14:01:53 -07:00
Bharat Mediratta 13faf6035d Remove Menu::compact() in favor of putting an if-then clause in
menu.html.php.  This serves two purposes:

1) It's more efficient since we're doing less passes over the Menu tree
2) We're allowing themers to decide whether or not to show empty menus
2009-10-27 14:00:32 -07:00
Bharat Mediratta 3b66ea3c3a Oops. Change "$this" to "$menu" in our menu component views. 2009-10-27 13:57:36 -07:00
Bharat Mediratta 76c0c7f3a1 Change our menu building blocks to use PHP templates so that themes
can override them and define their own menu formats.  I worry a little
bit that this approach may be too heavy since we're now doing a lot
more template includes than we were before.  Also, I had to change the
Menu API to stop using __toString() because you can't throw exceptions
from __toString() which would make it an unhappy experience for
developers.
2009-10-27 13:48:41 -07:00
Tim Almdal ab1d21eb34 Merge branch 'master' of git@github.com:gallery/gallery3 2009-10-27 12:23:56 -07:00
Tim Almdal 1347a30050 Add a password strength meter. 2009-10-27 12:23:48 -07:00
Tim Almdal 156a99beef Set the minimum password length to 5. The gallery owner can change this in the advance settings. 2009-10-27 10:13:52 -07:00
Tim Almdal d3e73cbb21 Merge branch 'talmdal_dev' of git@github.com:gallery/gallery3 into talmdal_dev 2009-10-27 07:59:26 -07:00
Tim Almdal 60339d4584 Merge branch 'master' into talmdal_dev
Conflicts:
	modules/gallery/views/login.html.php
2009-10-27 07:59:02 -07:00
Tim Almdal 514915438b Add a flag in the module.info (no_module_admin) to indicate that this module shouldn't be managed by the default module administration screen. This module will always be locked on that screen. 2009-10-27 07:57:51 -07:00
Chad KiefferandTim Almdal 0c6840dea2 Put margin between g-inline items. Update login menu in the admin theme. Set h1 size in all g-dialogs, rather than a few specific ones. 2009-10-27 07:37:07 -07:00
Chad KiefferandTim Almdal 02b6366dd2 Switch instances of first to g-first. 2009-10-27 07:37:04 -07:00
Chad KiefferandTim Almdal 6ce8733efc Correct tag admin list markup that I likely hacked up during recent commits. These HTML lists now validate. 2009-10-27 07:35:34 -07:00
Chad KiefferandTim Almdal e77822a942 Removed g-progress-bar, it's now in gallery.common. 2009-10-27 07:35:33 -07:00
Chad KiefferandTim Almdal f10403826a This should have been included in a1847df83b 2009-10-27 07:35:33 -07:00
Tim Almdal ca37221337 When rebuilding dirty images, start a batch on initialization and stop it when the task is complete. Fixes ticket #670 2009-10-27 07:35:33 -07:00
Tim Almdal 2dcd8f8a25 When we are changing the password using the change password from as part of the password reset, the input value is in the post[hash] variable as opposed to the get(key) value. This should fix ticket #850. 2009-10-27 07:35:28 -07:00
Chad Kieffer 9b2b4602cc Put margin between g-inline items. Update login menu in the admin theme. Set h1 size in all g-dialogs, rather than a few specific ones. 2009-10-26 23:36:46 -06:00
Chad Kieffer 3e80851162 Switch instances of first to g-first. 2009-10-26 23:08:05 -06:00
Chad Kieffer 3aedd95341 Correct tag admin list markup that I likely hacked up during recent commits. These HTML lists now validate. 2009-10-26 22:53:51 -06:00
Chad Kieffer ccb18753cf Removed g-progress-bar, it's now in gallery.common. 2009-10-26 22:07:14 -06:00
Chad Kieffer 03caee07b4 This should have been included in a1847df83b 2009-10-26 21:42:15 -06:00
Tim Almdal b8624ba71a Merge branch 'master' into talmdal_dev 2009-10-26 14:32:39 -07:00
Tim Almdal e496e5f6bf When rebuilding dirty images, start a batch on initialization and stop it when the task is complete. Fixes ticket #670 2009-10-26 14:32:04 -07:00
Tim Almdal ada451f787 Merge branch 'master' into talmdal_dev
Conflicts:
	modules/user/controllers/password.php
2009-10-26 11:39:28 -07:00
Tim Almdal cb3d619b06 When we are changing the password using the change password from as part of the password reset, the input value is in the post[hash] variable as opposed to the get(key) value. This should fix ticket #850. 2009-10-26 11:37:03 -07:00
Tim Almdal 599cfab3b3 Update the install.sql to reflect the current version number(16) and the refactoring of the user module into an idnetity provider 2009-10-26 10:05:54 -07:00
Tim Almdal 274d4680fa Upgrade the gallery module to version 16 to reflect the refactoring of the user module into an identity provider. Change how we determine if there are available groups that we need to export 2009-10-26 10:05:25 -07:00
Tim Almdal e4eedbce22 Change the upgrader so that it never deactivactes the gallery nor the current identity provider modules. Call module::deactive to truly deactivate the module. 2009-10-26 09:35:41 -07:00
Tim Almdal 6fb116c53b Merge branch 'master' into talmdal_dev 2009-10-26 06:24:51 -07:00