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
Tim Almdal
a70f3bf386
Have the quick delete file "item_before_delete" so that search and
...
notification modules can do their thing. In addition, correct search
so it works properly and doesn't try to create an Item_id_Model class.
2009-02-02 04:58:19 +00:00
Tim Almdal
01d00dfd86
Change the item menu to allow the watch icon to change depending on
...
whether the item is currently being watched. Currently the icon is
the same as the add icon and needs to be changed.
2009-02-02 03:55:33 +00:00
Tim Almdal
0eb593711b
We no longer need a dialog to set or remove a watch, so remove it.
2009-02-02 03:21:29 +00:00
Tim Almdal
69a7e238a4
As we stagger towards completing the notification module.
...
Item changes and Item additions email notifications with this change.
Still to come is item deleted, comment added and comment updated.
2009-02-02 03:09:17 +00:00
Tim Almdal
41dbe5cf6c
Changed the Sendmail library to allow the separator between mail
...
headers to be specified as a parameter. The documents say that it
should be "\r\n". Some sendmail programs seem to violate the
specification and get confused. In these cases the header separator
is just "\n".
This change allows the header separator to be set by the a
configuration parameter.
2009-02-02 02:58:12 +00:00
Bharat Mediratta
51f13f0ca2
Reconcile search_records and items when we list the tasks so that we can tell if there're any out of date records that need updating
2009-02-02 01:24:13 +00:00
Bharat Mediratta
d728e274f6
First time running search maintenance task, remove any search_records
...
that are missing matching items.
2009-02-02 01:13:52 +00:00
Bharat Mediratta
97cc8dc626
Add an enclosure link to the original image.
2009-02-02 00:44:06 +00:00
Bharat Mediratta
8bd9d38996
Revert to pre-r19217 which means the label is no longer first (but its consistent again with the upstream code)
2009-02-01 19:16:28 +00:00
Chad Kieffer
8a4eb9eed2
For consistency with the rest of the admin UI, display User list as table, not list. Apply cursor: move to jQuery UI draggable and sortable. Clean up admin table styles a bit.
2009-02-01 18:37:45 +00:00
Tim Almdal
78106bcaea
Remove models/notification.php as it is no longer used
2009-02-01 04:00:27 +00:00
Tim Almdal
6f35829173
Simplify the setting of a notifications. Notifications are not only
...
set on a album. The notifications are implicitly active for all child
elements.
It now sends emails if the email address of the subscribed user has
been set. No email, no attempt to send the notification.
Still to do, come up with better messages as the current ones are just
place holders.
2009-02-01 03:58:31 +00:00
Tim Almdal
d49484c9a6
Update the handling of the to field if the input field is an array
2009-02-01 03:55:40 +00:00
Tim Almdal
7ef2dae070
There doesn't seem to be a photo_created event anymore so change it to
...
item_created and check for a type of photo before trying to extract tags.
2009-01-31 17:38:20 +00:00