Commit graph

2931 commits

Author SHA1 Message Date
Colin Kuskie
6844ef4559 Add missing edit story and delete story icons in the view method of the Story Archive. 2009-06-01 16:27:49 +00:00
Colin Kuskie
76b9f01e77 Prevent head tags from appearing twice in wobjects.
prepareView sets the extra head tags.  Have all wobjects, in their www_view method,
tell processStyle not to set the extra head tags again.
2009-06-01 02:03:05 +00:00
Arjan Widlak
aab891a5b6 Fixed #10450: Different errormessages on login failure 2009-05-31 20:39:12 +00:00
Colin Kuskie
20a333cde8 Change caching on the SQLReport to be set by its cacheTimeout, even
when viewed standalone, and not part of a page.
2009-05-30 18:01:59 +00:00
Colin Kuskie
b0a1e20053 Refactor processStyle so there's no duplicated code. Make Wobject call
SUPER.  Add an option to skip adding getExtraHeadTags, so that Shortcut
doesn't add them an extra time.  Remove the subclassed getExtraHeadTags,
since prepareView will add them, which prevents adding them a 3rd time.
2009-05-29 23:30:04 +00:00
Graham Knop
c0d7357429 fixed: Template parser cannot be set 2009-05-29 20:22:08 +00:00
Colin Kuskie
91694a2e97 Revert previous bugfix for MetaData list type form controls, and change the
hoverhelp instead.
2009-05-29 15:37:16 +00:00
Colin Kuskie
26142d4730 Preparing for 7.7.9 dev cycle. 2009-05-29 02:00:45 +00:00
Doug Bell
3a6e8a83d0 added changelog entry 2009-05-28 21:53:11 +00:00
Colin Kuskie
368ef7d411 When an inbox message is sent to a group, and any member reads it, it is
marked as read by all members.
2009-05-28 17:01:24 +00:00
Martin Kamerbeek
1ec0ec5961 - Fixed a bug in thingy which caused the defaultValue property for some list form elements to be ignored.
- Fixed a race condition introduced in a previous commit.
2009-05-28 16:31:45 +00:00
Colin Kuskie
c8781f8b55 Fix a bad call to insufficient in the Shop. 2009-05-28 16:15:02 +00:00
Arjan Widlak
4ff5595666 - fixed: Basic Auth doesn't work if password contains colon (Arjan Widlak,
United Knowledge)
 - fixed: Basic Auth causes internal server error if you use more than one
   colon. (Arjan Widlak, United Knowledge)
2009-05-28 16:09:38 +00:00
Martin Kamerbeek
0826f09f32 Thingy bug fixes. 2009-05-28 07:58:07 +00:00
Colin Kuskie
83497b773e Fix Story permissions so that admin need not be turned on.
canEdit is now determined by the Story and the parent StoryArchive.
With tests, and template changes.
2009-05-28 04:15:50 +00:00
Colin Kuskie
1e6d9b7d18 Fix missing overrides in the Navigation when shortcutted.
Also, documented the getOverridesList method inside Shortcut.
2009-05-27 23:31:12 +00:00
Colin Kuskie
e76ff7cf28 Document the shortcut metadata fix. 2009-05-27 23:19:44 +00:00
Colin Kuskie
cb79dddf00 Disable Syndicated Content caching when admin is on. 2009-05-27 23:09:05 +00:00
Colin Kuskie
ece881d855 Fix the parsing of possible values for list type metadata fields. 2009-05-27 22:43:28 +00:00
Colin Kuskie
303c725d1f Fix JS and CSS showing up in the body of the Gallery album thumbnails and slideshow screens. 2009-05-27 21:32:43 +00:00
Colin Kuskie
d0dd5920a4 Fix the calendar list view to use the correct template variables. 2009-05-27 17:47:18 +00:00
JT Smith
7961ff0cac Stats now send over SSL rather than straight HTTP. 2009-05-26 21:33:53 +00:00
David Delikat
a054c9de73 added date pagination to EMS schedule table
also improved formatting of table
2009-05-24 22:51:39 +00:00
JT Smith
0cff9c398d - Removed dubious 3px padding around image based ads in an adspace. 2009-05-22 16:37:25 +00:00
Colin Kuskie
8742b71227 Preparing for 7.7.8 development. 2009-05-21 21:41:34 +00:00
Graham Knop
8b86d56ec0 added: Activate, Deactivate, Delete User workflow activities 2009-05-21 14:49:28 +00:00
Yung Han Khoe
43f09b433f fixed #10133: Matrix compare for priv. group open to any user 2009-05-21 13:18:18 +00:00
Colin Kuskie
4dc2d58a02 Fix a FilePump bug in handling file URIs that are directories. 2009-05-20 18:54:07 +00:00
Colin Kuskie
67df78608d Add a method to Storage to return the hex value of the storageId.
Add a test for it.
Convert Storage to use that everywhere, instead of calculating and recalculating it.
2009-05-20 18:37:00 +00:00
Colin Kuskie
be4b0dc4d4 Fix bugs in the default story archive template (pagination bar) and
the subtitle in the Story.
2009-05-20 16:18:02 +00:00
Colin Kuskie
1ad192fe57 Cleanup thread subscription groups during purge. 2009-05-20 03:27:48 +00:00
David Delikat
0fb2b7775d added EMS Schedule table 2009-05-20 02:51:44 +00:00
Yung Han Khoe
8fb8ed5c62 fixed #10332: Matrix: last updated fields = today 2009-05-19 11:35:11 +00:00
Colin Kuskie
4b3f81e3a0 ITransact requires that money amounts in XML have 2 decimal places. 2009-05-18 23:33:14 +00:00
Colin Kuskie
d8a1623ea0 adding FilePump 2009-05-18 16:03:50 +00:00
Doug Bell
4fe9affd60 added changelog entry 2009-05-17 22:47:21 +00:00
Doug Bell
b817c719ef updated changelog 2009-05-17 22:44:35 +00:00
Colin Kuskie
33c0ab2a05 Fix user profile SMS i18n. 2009-05-16 01:35:56 +00:00
Patrick Donelan
2bde3dc02c Moved Survey test upgrade to 7.7.6-7.7.7 upgrade script 2009-05-15 23:42:10 +00:00
Doug Bell
bece623b8f updated changelog 2009-05-15 22:27:41 +00:00
Yung Han Khoe
5f60eddaa7 rfe #9981: RedirectAfterLogin Setting 2009-05-15 18:57:12 +00:00
Martin Kamerbeek
bfc140a365 Improved and templated VAT Number management. 2009-05-15 17:20:49 +00:00
JT Smith
802713092f - Added WebGUI community statistics question to the site setup wizard. 2009-05-15 16:11:32 +00:00
Martin Kamerbeek
489313a0b9 Adding Ogone payment plugin 2009-05-15 13:29:04 +00:00
Yung Han Khoe
1f3b382208 rfe #10061: Use email as username at registration 2009-05-15 12:40:17 +00:00
Graham Knop
920d63553c preparing for 7.7.7 dev 2009-05-15 10:59:24 +00:00
Graham Knop
1f3ab6a419 export cleanups and mobile style 2009-05-15 09:30:20 +00:00
JT Smith
b6da052e08 - Added the WebGUI stats system, which will allow site admins to submit
information about their site to a central repository on webgui.org which 
   help the developers make WebGUI better.
2009-05-14 19:42:37 +00:00
Arjan Widlak
be0891f382 - New features in the UKplayer slidehow: you can hide the textblock, volume
slider and mute button, resize the textblock and thumbnails. A new demo 
   config is added. See: /extras/ukplayer/slideshow.html
2009-05-14 15:11:07 +00:00
Arjan Widlak
bdfe3b545a Added internationalisations in Gallery.pm "Return to Album" and "Add Photo" 2009-05-14 14:52:54 +00:00