Chad Kieffer
ce826c3048
Updated jQuery UI in lib to 1.6rc6. Removed opacity settings in openDialog, refactored showLoading() a bit.
2009-02-07 21:01:52 +00:00
Chad Kieffer
8f382c8f42
Removed done todo items, removed tr.gClassName to allow class to be applied to more than just table rows.
2009-02-07 19:28:26 +00:00
Tim Almdal
90277704a2
Changed the way album and photo creation guards against duplicate
...
names.
Added similiar code to insure that path names are not duplicated.
2009-02-07 18:12:06 +00:00
Tim Almdal
69e0d72b93
Updated comments on photo::create to reflect the inclusion of the
...
owner_id and shamelessly broke it into two changes to to the 20k commit.
2009-02-07 17:27:09 +00:00
Tim Almdal
43dff9f95f
Updated comments on album::create to reflect the inclusion of the owner_id
2009-02-07 17:26:17 +00:00
Tim Almdal
a3704c8dd8
Assign the Album|Photo path field explicitly instead of hiding that in
...
the item::__set magic method.
2009-02-07 17:16:48 +00:00
Tim Almdal
8a738ed241
Correct comment on factory
2009-02-06 22:10:08 +00:00
Tim Almdal
4e107dac41
Implement fix for ticket #35 . *** Requires reinstall of core ***
...
* Added new field in items table (path) which is sanitized version of
name.
* Added __set method on Items_module to set the path field whenever
the name field is changed.
* Made some changes to the scaffolding so missing the path column
would not kill the scaffolding.
* Changed MY_url::site so not having a 3rd parameter won't throw an error.
2009-02-06 16:39:18 +00:00
Chad Kieffer
48acd42f9b
Missed these in previous commit. Make view icons darker
2009-02-06 06:38:53 +00:00
Chad Kieffer
67d551d5e3
jQuery-based buttons! Form updates, short form updates. Need to fix add user/group buttons and search form on search results page.
2009-02-06 06:34:47 +00:00
Tim Almdal
80d4df3a4a
Convert all item->type == "album" to item->is_album()
...
Convert all item->type == "photo" to item->is_photo()
2009-02-06 03:47:36 +00:00
Chad Kieffer
196ef392ab
Move admin_default table styles to default for consistency.
2009-02-06 02:10:00 +00:00
Chad Kieffer
c166042313
Apply default link styles to links in dialogs, including the Forgot Password link.
2009-02-06 01:47:42 +00:00
Tim Almdal
04fe9da190
Addressed the issues in ticket 34.
...
Surround the the attempt to use gd_info with a try catch block.
Created a new class gInstalledToolkit which has the highlighting and
the over pointer definition. Now if you mouse across an inactive
toolkit it remains inert.
2009-02-05 23:29:44 +00:00
Chad Kieffer
7521465ec3
Use jQuery UI close icon for full size close. Quote and code cleanup
2009-02-05 22:34:29 +00:00
Tim Almdal
4607c2521e
Improve the close icon so it doesn't look as much like an envelope.
...
Also add resizing to the fullsize image if the windo size changes.
2009-02-05 20:44:24 +00:00
Bharat Mediratta
6a8daaef5e
Don't try to show the recaptcha if we don't have a public key
2009-02-05 19:21:29 +00:00
Tim Almdal
63ca443649
Add full size image display. Changes the core menu now checks that the
...
user has authotization before displaying the view fullsize icon. It
probably needs a better icon, (but u make do with what u have or don't
have :-) )
2009-02-05 18:12:33 +00:00
Bharat Mediratta
79dda6a0c2
Rename "welcome" controller to "scaffold" so that we can eventually
...
have a welcome page.
2009-02-05 08:39:12 +00:00
Bharat Mediratta
3e54159d5c
Guard against the case where gd_info() isn't defined
2009-02-05 08:38:15 +00:00
Bharat Mediratta
1b231063a0
Set default charset to utf8
2009-02-05 08:00:42 +00:00
Bharat Mediratta
faa12ad17d
clean up indentation
2009-02-05 07:59:13 +00:00
Bharat Mediratta
1894a673bf
Move test-related extensions to Sendmail into a subclass that we only
...
use in the test code (Sendmail_For_Test).
2009-02-05 07:51:11 +00:00
Bharat Mediratta
9e2b84d406
Minor code style changes.
2009-02-05 05:52:03 +00:00
Chad Kieffer
02207f4395
Apply default link styles to links in dialogs, including the Forgot Password link.
2009-02-05 01:10:34 +00:00
Bharat Mediratta
cd9bdaa07a
php_flag -> php_value, guard all with <IfModule mod_php5.c>
2009-02-05 00:29:32 +00:00
Bharat Mediratta
b1effc1d35
Drop request for jquery.listen.js, we don't use it
2009-02-04 23:37:20 +00:00
Tim Almdal
704fd72623
Delete subscriptions when a user is deleted
2009-02-04 17:25:30 +00:00
Tim Almdal
98bbf53657
Use the matches validation rule in order to perform cross field
...
validation between the password and password2 fields
2009-02-04 16:36:59 +00:00
Tim Almdal
f0aced6b75
Complete the Recover Password functionality (Ticket #5 ).
...
This change requires a reinstall in order to pick up the new hash
field in the user table.
2009-02-04 15:45:48 +00:00
Jakob Hilden
5b17619ea8
added inplace edit to tag admin (form still needs to be set to rename using AJAX)
...
removed unnecessary {element: dialogLinks[i]} from dialog and panelLink handling. now uses event.currentTarget
2009-02-04 07:14:22 +00:00
Tim Almdal
2f5344c1da
A preview of the password reset functionality. What's working... you
...
can start to logon, request the password to be reset, and an email is
sent to the users email address. If you click on the link you get an
unformatted form. But its a start :-)
2009-02-04 05:49:29 +00:00
Bharat Mediratta
c63c843f18
Drop scaffolding menu link if welcome.php is missing.
2009-02-03 09:43:47 +00:00
Bharat Mediratta
cf45795525
Doh! Fix a bug in add_after() that caused it to drop the item we were adding it after.
2009-02-03 09:42:07 +00:00
Chad Kieffer
d656b6a3e6
Beginning of edit user panel fix. Form is displayed again. Added display of user email address to list.
2009-02-03 06:45:43 +00:00
Andy Staudacher
150a90dabd
Minor change in wording: s/technology release/technology preview/
2009-02-03 06:31:39 +00:00
Tim Almdal
eb56ee821f
Add a confirmation password input field that must match the primary
...
password field in order for the update to succeed. If there is no
data entered in the primary password field, the confirmation field is
ignored.
Addresses Trac Ticket #4
2009-02-03 00:17:40 +00:00
Tim Almdal
ae254df7f7
Only toggle the loading icon off, it is actually already in place. If
...
the panel doesn't have the gLoadingLarge class then don't toggle it.
This issue only arose if there was an error on the panel submission
2009-02-03 00:14:53 +00:00
Tim Almdal
421129d7a8
Resolve Trac Ticket #32
2009-02-02 19:18:43 +00:00
Andy Staudacher
2a49c74300
- Rewording: s/System requirements/Supported Configuration/
...
- supporting mysql 5+ only
2009-02-02 19:16:48 +00:00
Andy Staudacher
919f55187f
Typo
2009-02-02 17:32:42 +00:00
Tim Almdal
f97dedf3e4
Fix for Trac Ticket #30
2009-02-02 16:37:09 +00:00
Tim Almdal
ef58ac91e8
Notifications now send emails when a comment is published. It won't
...
send the email if the comment status is not published. This gives the
administrator to moderate the comments prior to being published.
2009-02-02 15:41:47 +00:00
Tim Almdal
89edd4d3ff
Fix trac issue: #31
2009-02-02 15:36:43 +00:00
Tim Almdal
9e01c80ef4
Enable csrf validation on the add/remove notification controller
2009-02-02 13:28:42 +00:00
Andy Staudacher
5d637a3254
Update README for technology release
2009-02-02 10:56:21 +00:00
Andy Staudacher
60d3d6e704
code audit fixes + bug fix: don't call sendmail with an empty To list (in notifications module)
2009-02-02 07:32:45 +00:00
Andy Staudacher
5d0b710d54
Fix sendmail tests (had mismatch between configured header separator and expected results)
2009-02-02 07:05:02 +00:00
Andy Staudacher
4842df9dc9
Do 1 DB query for l10n per HTTP request (per locale), not one per t() call.
2009-02-02 06:32:42 +00:00
Tim Almdal
e3b5eca50e
Add sending notifications when an item is deleted. We are almost
...
done, just need to do comments.
2009-02-02 05:00:09 +00:00