Colin Kuskie
4d8ff20a08
Ready for 7.7.10 development
2009-06-04 23:26:41 +00:00
Colin Kuskie
9d5f979c15
Allow any Asset to use the proceed=goBackToPage;returnUrl=url url parameter coda.
2009-06-04 21:26:43 +00:00
Colin Kuskie
957c0bc2fe
6 bugs fixed in Shortcut.
...
Added missing POD and i18n'ed some error messages.
Set the UI level on a tab to work with the form elements it contains.
Change the title bar ajax edit form so that people can't accidently change Visitor's profile.
Remove overrides caching if admin mode is on.
Have caching consider the user's last updated time to check if profile settings are updated, too.
2009-06-04 19:48:42 +00:00
Colin Kuskie
05c9c7f0e8
Fix an i18n typo in the delete album screen.
2009-06-03 23:44:52 +00:00
Colin Kuskie
23095cacfb
Document bug fix for Widget, actual rev 10474
2009-06-03 21:28:14 +00:00
Colin Kuskie
472580dd45
Prevent Form/File from returning links in getValueAsHtml if there's
...
no real value in the storage element to return.
2009-06-03 21:08:40 +00:00
Paul Driver
af237cb125
fixed #10266 : Public Profile overrides Able to be friend
2009-06-03 19:28:42 +00:00
Hao Ching
c32bfac709
Fixed #10211 : Regex quantifiers like ? and + broke search engine.
2009-06-03 19:26:08 +00:00
Colin Kuskie
29759ede9c
Fix multiple email handling in the Inbox.
...
Put an email regex into WebGUI::Utility, and use it in Form/Email and Account/Inbox.
2009-06-03 17:11:36 +00:00
JT Smith
9381fd02d8
Insufficient filtering in javascript filter ( #10001 )
2009-06-03 15:53:55 +00:00
Yung Han Khoe
a5bdf1d5ab
fixed #9851 : New Users have blank profile field privacy settings
2009-06-03 15:25:09 +00:00
Yung Han Khoe
1ea08936f4
fixed #9851 : New Users have blank profile field privacy settings
2009-06-03 15:24:20 +00:00
JT Smith
8d12d12db0
WebGUI::Search epoch maximum range error ( #10288 )
2009-06-03 15:14:48 +00:00
JT Smith
0cb3623d6f
re-fixed basic auth
2009-06-03 14:51:16 +00:00
Martin Kamerbeek
bb31750e7c
Fixed: Calendar: Weekly re-occurence function not working properly ( #10228 )
2009-06-03 14:28:11 +00:00
David Delikat
d4215ba769
changed HTML tag in lower bar to match upper bar
...
see bug description for details
http://www.webgui.org/bugs/tracker/10261
2009-06-03 12:55:48 +00:00
Colin Kuskie
61832b62b9
When a user is deleted, delete any address books as well. Uses the API to get the
...
Addresses, too. With tests and upgrade script to take care of old address books.
2009-06-03 02:12:23 +00:00
Patrick Donelan
216a48580a
Fixed #9927 Survey - verbatim
...
Fixed inconsistencies between answer 'comment' and 'verbatim'.
Updated tests.
Made minor changes to reporting methods but they still need some love.
2009-06-03 00:29:29 +00:00
Colin Kuskie
6ac30bb2ea
Add noFormPost to packed content in the asset tables to prevent them
...
from overwriting the data that has been packed from the filter function.
Rerun the upgrade script to repack all areas that use packing.
2009-06-02 20:30:48 +00:00
Colin Kuskie
80dfb9ffd0
Throw an exception in all wobjects if the main template (used by view)
...
has been deleted.
2009-06-02 19:34:18 +00:00
JT Smith
62b776d55a
Fixed a problem with graphing created by the newer versions of Image Magick.
2009-06-02 18:42:43 +00:00
Patrick Donelan
8a6327dc2a
Fixed #9920 Survey: cannot add questions in IE
2009-06-02 07:04:41 +00:00
Colin Kuskie
45d1791876
Remove multiple delete buttons for photos in the Story. Ala GalleryFile/Photo.
2009-06-02 01:39:22 +00:00
Colin Kuskie
fcb884a410
Fix Project Manager calling wrong method on right object. www_viewScreen now
...
uses mobile template if so enabled via calling processStyle.
2009-06-01 20:00:16 +00:00
Colin Kuskie
8f09dc062d
Add edit and delete icons to the Story Topic. Update tests. Adjust both
...
sets of templates. Use the correct privileges for displaying the icons.
Help and i18n.
2009-06-01 16:53:22 +00:00
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