Commit Graph

2370 Commits

Author SHA1 Message Date
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
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
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
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
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 Kieffer
02b6366dd2 Switch instances of first to g-first. 2009-10-27 07:37:04 -07:00
Chad Kieffer
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
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
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
Chad Kieffer
288e14756d Moved admin-comments styles from admin theme to module. 2009-10-25 23:50:24 -06:00
Chad Kieffer
2b7a21dcbc Add clearfix to search results gallery-grid to clear the pager navigation. Other minor search results style updates. Don't display legends in short forms. 2009-10-25 23:46:09 -06:00
Chad Kieffer
76aa4bd1ef Move comment and recaptcha CSS to their respective modules. 2009-10-25 23:32:49 -06:00
Chad Kieffer
eb93e343e2 Make "move item in photo view" comment a todo. 2009-10-25 23:02:58 -06:00
Chad Kieffer
02ecf5749c Make menu label adhere to our capitalization standard. 2009-10-25 18:34:36 -06:00
Chad Kieffer
c5faa3560e Created gallery.css file, moved simple uploader, move, and permissions CSS there. Removed relocated styles from theme css. 2009-10-25 16:53:54 -06:00
Chad Kieffer
a5d2af336a Move g2_import styles from the theme to the module. 2009-10-25 16:51:24 -06:00
Chad Kieffer
9136090a23 Quote Trebuchet MS since it contains a space. 2009-10-25 16:33:58 -06:00
Tim Almdal
f0f7bc2d12 Undo the merge from master because it is actually identity not user in this branch. 2009-10-25 08:10:27 -07:00
Tim Almdal
174e8ef3f7 Merge branch 'master' into talmdal_dev 2009-10-25 08:08:09 -07:00
Tim Almdal
576337c508 Replace reference to identity with the reference to user. Dangers of flipping back and forth between branches. 2009-10-25 08:07:05 -07:00
Tim Almdal
24bd8e4c28 Remove a redundant comment, change the name of the identity change event to 'identity_before_change' and change the name of 'login::get_login_form()' to 'login::get_form()' 2009-10-24 11:32:09 -07:00
Bharat Mediratta
abb080f232 phpDoc fixes. 2009-10-24 10:56:56 -07:00
Bharat Mediratta
73a01d475b Minor style tweaks. 2009-10-24 10:55:22 -07:00
Bharat Mediratta
b33762a9f8 Update themes::load_theme() to work with mod_rewrite's short urls.
Conflicts:

	modules/gallery/helpers/gallery_event.php
2009-10-24 10:38:48 -07:00
Bharat Mediratta
91e9df7834 Update themes::load_theme() to work with mod_rewrite's short urls. 2009-10-24 10:37:12 -07:00
Tim Almdal
5212deb5b1 Merge branch 'master' into talmdal_dev 2009-10-24 10:09:57 -07:00
Tim Almdal
607662d66b When an item is renamed or move insure that the target file name doesn't exist. fixes ticket #694 2009-10-24 10:08:48 -07:00
Tim Almdal
7afb4c5c30 Re-enable the redirect to the root album if we can't load the active user from the session. This will most likely occur if the administrator has switch identity providers while a user was logged in. 2009-10-24 08:40:16 -07:00
Tim Almdal
f0610ccaa0 Merge branch 'master' into talmdal_dev 2009-10-24 08:23:51 -07:00
Tim Almdal
571d7fe43c When doing a search we need to "OR" the view permissions not "AND" them. Fixes ticket #805. 2009-10-24 08:18:17 -07:00
Tim Almdal
0a6b540092 Merge branch 'master' into talmdal_dev
Conflicts:
	modules/server_add/helpers/server_add_theme.php
2009-10-24 07:28:22 -07:00
Chad Kieffer
e13f92abab Merge branch 'master' of github.com:gallery/gallery3 2009-10-23 22:28:40 -06:00
Chad Kieffer
bb47b495a7 Moved remaining user and group admin css into the new user.css style sheet. 2009-10-23 22:28:26 -06:00