Commit graph

456 commits

Author SHA1 Message Date
Matthew Wilson
5aeb00d137 fixed typo. 2005-11-18 18:16:45 +00:00
Matthew Wilson
542f685014 fixing several misc. bugs. draggable, backToPage, tooLateDates 2005-11-18 17:10:26 +00:00
JT Smith
f98ac111f9 added matrix asset 2005-11-18 01:28:04 +00:00
Colin Kuskie
62506c0592 avatarUrl did not contain a filename 2005-11-17 05:26:19 +00:00
Colin Kuskie
7a04401cb3 typo in avatar url variable 2005-11-14 16:26:58 +00:00
Colin Kuskie
e75988cd1f Colin: adding avatar to collaboration systems and refactoring some user profile stuff. Added photo and avatar fields to user profile. 2005-11-13 18:42:08 +00:00
JT Smith
2df1b4cb72 added page.isContainer and page.isUtility template vars 2005-11-10 14:45:10 +00:00
JT Smith
9e37cdd9a2 removed the notion of scripturl since it's no longer necessary with the modperl handler 2005-11-09 23:44:03 +00:00
Colin Kuskie
bd661b36fd rename global sort variables 2005-11-08 17:53:45 +00:00
Colin Kuskie
b46433ecfa internationalize www_edit titles 2005-11-07 21:38:22 +00:00
Matthew Wilson
c8873ea6e2 fixed one i18n thing, and some formatting. 2005-11-07 21:14:17 +00:00
Michelle LaMar
f1dfaaa142 Added RSS feed template to Collaboration. Created help for new template. Added internationalization for template labels, tooltips and help. Modified upgrade script to add new column to Collaboration table and add new template. 2005-11-07 05:42:21 +00:00
JT Smith
ea868a8c0e moved uploadsAccessHandler into the main webgui handler mechanism
converted macros to use references
fixed some other various bugs
2005-11-07 01:40:07 +00:00
Colin Kuskie
2818ade8b0 forward port from branch_6_7 2005-11-04 19:35:12 +00:00
JT Smith
fe549ee746 a few more mp2 bugfixes 2005-11-04 15:04:52 +00:00
JT Smith
775339a209 bug fixes 2005-11-04 14:42:00 +00:00
JT Smith
e8a514b753 getting there with the mp2 handlers 2005-11-04 14:00:34 +00:00
Matthew Wilson
f3e5107811 fixed various bugs with new date/time and added new Apache2::Upload functionality to Storage. 2005-11-04 05:57:48 +00:00
Matthew Wilson
617a7b9698 scratched old method. 2005-11-04 05:54:59 +00:00
Matthew Wilson
9534f85145 fixed attachment upload. 2005-11-04 05:54:08 +00:00
Matthew Wilson
e96908842a fixed file upload bug. 2005-11-04 05:52:37 +00:00
Matthew Wilson
c01d7e49d5 replaced $session{cgi} with $session{req} 2005-11-03 21:48:37 +00:00
Matthew Wilson
5ee8369c5e fixed SCRIPT_NAME with a session variable from $r->uri 2005-11-03 19:17:34 +00:00
JT Smith
9b23c24a6a convert WebGUI to a mod perl handler 2005-11-03 09:14:23 +00:00
Colin Kuskie
30e8dd957a forward port of branch_6_7 2005-11-02 00:08:27 +00:00
Gerald Young
58470730eb Bugs item #1343272 (I think?) - spelling. 2005-10-31 07:58:09 +00:00
Colin Kuskie
903ccd0777 manual merge of changes from 6.7.8 for File,Image assets 2005-10-31 04:41:38 +00:00
Colin Kuskie
0f1c281618 update help and hoverHelp 2005-10-19 23:49:03 +00:00
JT Smith
fb5555e17c fix [ 1328763 ] 6.7.3 FileAsset file size has incorrect value when displayed 2005-10-17 18:19:20 +00:00
Matthew Wilson
9ec6f44072 added two new template variables to the EventsCalendar - pagination.previousPageUrl and pagination.nextPageUrl 2005-10-17 17:03:26 +00:00
Matthew Wilson
a6704fb9b4 forgot to remove the debugging. 2005-10-17 16:14:50 +00:00
Matthew Wilson
d70f29eedc [ 1290614 ] 6.7.4 Navigation Template Bug.
Also I think this'll speed some things up.
2005-10-17 16:13:51 +00:00
Matthew Wilson
05071de5bb oops. 2005-10-17 14:06:05 +00:00
Matthew Wilson
9edcb6e0a9 [ 1288653 ] Events calendar again - moving forth/back does not work 2005-10-17 13:51:38 +00:00
Matthew Wilson
c9a3103cd6 spaces to tabs (indentation fix). 2005-10-16 23:05:23 +00:00
Matthew Wilson
04329085dc [ 1276593 ] 6.7.2 Product Images don't upload 2005-10-16 23:04:51 +00:00
Matthew Wilson
18b544e293 fixing a problem with criteria. 2005-10-15 17:56:26 +00:00
JT Smith
53a6b83c13 fixed [ 1327237 ] 6.7.5 Shortcuts 2005-10-15 17:29:50 +00:00
Colin Kuskie
38345690f3 internationalize query label for multiple queries 2005-10-14 22:22:11 +00:00
Matthew Wilson
8d18842efa Removed last references to deprecated "lastUpdated" 2005-10-14 19:26:40 +00:00
JT Smith
fda03a0e63 - fix [ 1305132 ] 6.7.5 Assets are moved to trash by runHourly
- fix [ 1282473 ] RSS encoding (Thanks to Klaus Hertle)
2005-10-14 18:55:10 +00:00
Matthew Wilson
5144b65842 commented out www_edit method so that the generalized, internationalized one in Wobject.pm will be used. 2005-10-14 18:53:59 +00:00
Matthew Wilson
5c47bdf205 [ 1299131 ] paragraph tags added every time collaboration message change 2005-10-14 17:57:43 +00:00
JT Smith
11bf217ce6 bugfixes for pending submission revisions 2005-10-14 15:42:50 +00:00
Matthew Wilson
5480dcf42d [ 1325296 ] sort by editform field in collaboration in random order 2005-10-14 14:11:20 +00:00
Matthew Wilson
944e18aed8 Finally Internationalized some of the www_edit screens for wobjects, by adding a generic www_edit generator in Wobject.pm.
Fixed a lot of the www_ methods in Survey.pm to return in styled pages instead of raw <p> tags without <html><head>etc</head><body></body>
2005-10-14 12:27:54 +00:00
Matthew Wilson
aec5855a55 fix 2005-10-14 12:25:39 +00:00
Matthew Wilson
33434757df fixing JT's error. 2005-10-13 23:18:51 +00:00
JT Smith
7b04c8ec78 fixed threading 2005-10-13 22:01:58 +00:00
Matthew Wilson
5a81623352 adding generalized www_edit 2005-10-13 21:53:37 +00:00