Commit graph

11890 commits

Author SHA1 Message Date
Colin Kuskie
1441fe2e88 Forward port urlize changes, and tests. 2009-06-10 03:34:09 +00:00
Graham Knop
8892b51b73 fix massively misplaced changelog entry 2009-06-10 00:42:43 +00:00
Graham Knop
4636041f5e fixed: assets can have urls with /./ or /../ in them, making them inaccessible 2009-06-10 00:42:37 +00:00
Graham Knop
36a0ebf425 fix icons not drawing initially in admin panel in IE 2009-06-10 00:00:18 +00:00
Colin Kuskie
d9a77f8e89 Remove another unused file in extras. 2009-06-09 21:13:24 +00:00
Colin Kuskie
58b7270b6a Remove unused files from extras. 2009-06-09 21:12:23 +00:00
Colin Kuskie
e8b20169fa Remove hardcoded extrasPath in the JS. 2009-06-09 16:53:00 +00:00
Colin Kuskie
2ceed12b46 Fix hardcoded extra in Shortcut query builder. 2009-06-09 16:14:51 +00:00
Hao Ching
d8b9a64f83 Fixed #10491: Side by Side template metadata extra headers CSS. 2009-06-09 12:33:49 +00:00
Patrick Donelan
9004e5d711 Survey cleanup and minor bug fixes
Cleaned up edit page tabs
Improved API docs
Added noCreate option to responseId so that it doesn't create unnecessary responses
Added groupToTakeSurvey priv check to takeSurvey
2009-06-09 03:27:06 +00:00
Patrick Donelan
977be654cc Fixed bug in privs check for Survey::www_showFeedback 2009-06-09 03:26:44 +00:00
Patrick Donelan
cdc44a1bfb Made Survey Preview a little less brutal 2009-06-09 03:26:24 +00:00
Colin Kuskie
fcad3a112d Fix a bug in the Story when handling images of different sizes. Add a
photoWidth property to the StoryArchive, and resize all newly uploaded pictures
to a Story.
2009-06-08 21:51:33 +00:00
Colin Kuskie
56fa667f9d Update Navigation docs to show that all asset variables are available for each asset in the page_loop. 2009-06-08 21:10:40 +00:00
Colin Kuskie
971f300162 And more changes. 2009-06-08 21:03:11 +00:00
Colin Kuskie
0c60ac39c5 Update help to show that ALL asset variables are available for every page in the page_loop. 2009-06-08 21:00:14 +00:00
Colin Kuskie
d6edd7f3a3 Fix the error message shown when you try to send a message from the Inbox, but none
of your friends allow private messaging.
2009-06-08 20:59:31 +00:00
Kaleb Murphy
e1f71f655d Moved surveyedit.css to a snippet. Pointed template url at the new snippet. 2009-06-08 19:16:56 +00:00
Kaleb Murphy
987a78fe5c Final correction on extras path error for administersurvey.js. surveyedit.css should be placed in a snippet using Extras macro. 2009-06-08 18:54:27 +00:00
Kaleb Murphy
9fbd21ee9e Removed debug line, whups. 2009-06-08 17:03:41 +00:00
Kaleb Murphy
34429aec62 Changed survey .js/css files to remove hardcoded absolute extras paths. 2009-06-08 16:58:44 +00:00
Colin Kuskie
8a683d1aef Better template diagnostics on failure. It now also includes the template URL, and templateId
in both the onscreen and logged output.
2009-06-08 16:53:53 +00:00
Colin Kuskie
4252b359dc Make account inbox template layout symmetrical on both top and bottom bars. 2009-06-07 03:15:30 +00:00
Colin Kuskie
03188b7112 Fix some POD. Backups go in /tmp, not /var 2009-06-07 02:33:03 +00:00
Colin Kuskie
7016594da1 If adding content from the asset manager, return user to the asset manager. 2009-06-05 23:31:28 +00:00
Doug Bell
87f1290047 added changelog entry 2009-06-05 17:31:50 +00:00
Doug Bell
1de7439056 fixed issue with getSortOrder and rating 2009-06-05 17:31:39 +00:00
Doug Bell
cbe138d16e added tests for getAdjacentThread 2009-06-05 17:31:01 +00:00
Doug Bell
75640eed59 fixed problem in test using <=> instead of cmp 2009-06-05 17:30:50 +00:00
Doug Bell
457f7f2dc6 added test for adjacent threads 2009-06-05 17:30:42 +00:00
Colin Kuskie
a1ec13a7d3 Document fix for strange i18n server behavior. 2009-06-05 16:07:54 +00:00
Colin Kuskie
74c2899a54 Fix typos in the lastUpdated for newly added Account_Inbox labels. 2009-06-05 16:04:19 +00:00
JT Smith
fa97bbc58c - Made a change to LDAP auth that adds an OR to that query so that it also searches for a row with fieldData REGEXP '^uid=(value-from-ldap-directory-server),'. 2009-06-05 14:34:28 +00:00
Doug Bell
b26e0bae9f Added getMailFromQueue so we can loop over mail that got queued 2009-06-05 02:27:59 +00:00
Doug Bell
e99c78cb58 refactor Mail/Send test to make test smtp server useful 2009-06-05 02:26:40 +00:00
Colin Kuskie
4d8ff20a08 Ready for 7.7.10 development 2009-06-04 23:26:41 +00:00
Colin Kuskie
8071b4988e Preparing for 7.7.9 release. 2009-06-04 22:34:54 +00:00
Colin Kuskie
0cf94b4c32 Fix a syntax warning in Survey.pm 2009-06-04 21:45:13 +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
f9f5a8b12a Remove patch temporary file. 2009-06-04 16:24:37 +00:00
Patrick Donelan
d3f5c9ecfd Survey - differentiated between endDate and endDateEpoch. 2009-06-04 07:22:48 +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
Hao Ching
cdedf8c6b5 Oops, didn’t notice the lc shift, removing unnecessary case-insensitive matching from regex. 2009-06-03 20:21:27 +00:00
Paul Driver
f1f4db0702 whoops, forgot the updated template 2009-06-03 19:29:34 +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
501a5be7dc pull out an i18n message I created but didn't use. 2009-06-03 17:13:18 +00:00