Commit graph

277 commits

Author SHA1 Message Date
JT Smith
44a182ee0d fixing a couple cosmetic bugs 2006-02-03 05:39:52 +00:00
JT Smith
6c4ae02f34 more conversion to the new streaming/chunking/bucketing system 2006-01-30 22:15:27 +00:00
JT Smith
80fc76691f fixed a macro problem 2006-01-30 18:22:54 +00:00
Matthew Wilson
4a3121960f removal of dumpSession. 2006-01-26 05:39:16 +00:00
Matthew Wilson
2069da5fdb tons of bug fixes. 2006-01-18 14:41:12 +00:00
Colin Kuskie
25ed7e1527 Update Macro docs to point to where DateTime is now
Add session vars to form element calls.
2006-01-17 05:13:48 +00:00
Matthew Wilson
09483e18c5 a ton of $session fixes (thanks to Colin), and a new $session checker, that supposedly, shouldn't be needed now. It can be backed out, however, easily. 2006-01-16 22:45:21 +00:00
Matthew Wilson
f8de599f35 more bugfixes. last of this round of syntaxCheck.t fixes. 2006-01-15 19:39:12 +00:00
JT Smith
b0ffb721b6 more session related bug fixes 2006-01-15 18:34:44 +00:00
Matthew Wilson
65823b1f53 oodles of fixes. 2006-01-15 15:56:17 +00:00
Colin Kuskie
edfaa153b9 end of test program sweeps for dictionary lookups via subroutine instead
of object method.
2006-01-15 02:34:50 +00:00
Matthew Wilson
19bce8eaf6 bunches o syntax fixes. 2006-01-14 21:06:52 +00:00
JT Smith
5a8845c407 remove grouping use line 2006-01-12 22:52:22 +00:00
JT Smith
a3adaee3a0 removing unnecessary use lines 2006-01-12 22:27:20 +00:00
JT Smith
1e5034acd6 refactored storage api to handle new session stuff 2006-01-12 19:15:34 +00:00
JT Smith
388cd8f306 migrated webgui product 2006-01-12 18:21:47 +00:00
Colin Kuskie
01d95a265e new i18n api requiring $session 2006-01-12 17:49:20 +00:00
JT Smith
16de66517c session api updates 2006-01-11 03:45:58 +00:00
JT Smith
c74c1bdcbc merged WebGUI::Groupings with WebGUI::Group and WebGUI::User
changed WebGUI::Group api to work with the new session api
2006-01-11 03:27:07 +00:00
JT Smith
2599a4c853 converting WebGUI::Form API to use new session system 2006-01-10 17:43:38 +00:00
JT Smith
9520b4ce48 migrating datetime api for session 2006-01-10 17:06:41 +00:00
JT Smith
a194408513 changing copyright year 2006-01-09 23:51:04 +00:00
JT Smith
657ae8baf7 more session conversion 2006-01-01 18:38:27 +00:00
JT Smith
d4b7f2ce59 first round of changes for the new session system 2005-12-31 21:54:06 +00:00
Colin Kuskie
9bc967a042 POD for Operation/MessageLog
fixed broken i18n tag in Macro/Product
2005-12-22 00:39:33 +00:00
Colin Kuskie
24283f7ca9 POD for final two macros 2005-12-21 04:06:00 +00:00
Colin Kuskie
6ded5832ca POD added to last set of Macros.
Internationalized an error message in Product.
Fixed typos in docs in Macro_Product.pm
2005-12-20 22:34:40 +00:00
Colin Kuskie
4adafce696 Internationalize error messages in SQL.pm
Add POD to 5 macros
2005-12-20 19:26:25 +00:00
Colin Kuskie
d430f570f4 Added POD to several macros.
Updated POD in Storage/Iimage.pm

Internationalized error messages from RandomAssetProxy.
2005-12-20 17:55:46 +00:00
Colin Kuskie
d085152304 Added POD to 4 macros.
Internationalized Error messages for Include and LastModified
2005-12-19 05:34:13 +00:00
Colin Kuskie
01816cd806 Corrent template description in Macro/AdminBar.
Added POD for two macros.

Internationalized the If error message.
2005-12-19 04:48:38 +00:00
Colin Kuskie
9e7d86af49 Update docs for GroupDelete (conditions for displaying the link)
Added POD to 4 more Macros
2005-12-18 00:39:31 +00:00
Colin Kuskie
8aafc5a3ad Update docs for GroupAdd.
Internationalize error message for File Url
Add POD to 3 macros.
2005-12-17 21:54:34 +00:00
Colin Kuskie
f007395c50 POD for 3 macros, and internationalized error messages for two macros. 2005-12-17 20:07:08 +00:00
Colin Kuskie
eb98d68777 Correct POD for AdminToggle and add POD for 3 new files 2005-12-17 06:10:07 +00:00
Colin Kuskie
ddf72f4c31 more POD docs, 101 to go 2005-12-16 23:01:05 +00:00
Colin Kuskie
80c3f027f2 Add POD to more Macros.
Document that using the CanEditText Macro outside of an
Asset will have unpredictable results.
2005-12-16 22:55:06 +00:00
Colin Kuskie
7c619a1ecd Added POD to 5 macros
Internationalized the AssetProxy "Invalid Asset URL" error message.
2005-12-16 21:51:53 +00:00
Colin Kuskie
fe27be1974 POD for three macros 2005-12-16 21:13:30 +00:00
JT Smith
6944fe3316 - fix [ 1381694 ] Unable to reset votes on poll
- fix [ 1381309 ] FormParam macro returns always undef
 - fix [ 1379595 ] http proxy broken
 - fix [ 1379060 ] Unable to view subscription codes
2005-12-16 16:28:21 +00:00
Colin Kuskie
b74cddb637 Added FetchMimeType macro.
Fix bad namespaces, package names and labels in StockData and InOutBoard help.
2005-12-10 22:22:35 +00:00
JT Smith
440ca63333 adding RandomThread macro thanks to Wouter Vijvers 2005-12-01 06:40:27 +00:00
JT Smith
c3acc50381 added gateway code so sites can exist at /somepath and not just at / 2005-12-01 06:08:08 +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
JT Smith
607a251b11 adding skeletons 2005-11-07 02:01:15 +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
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
Matthew Wilson
5790060655 fix :( 2005-10-17 20:09:57 +00:00
Matthew Wilson
936cd1a7ef cleaning up 2005-10-17 17:39:51 +00:00