Commit graph

100 commits

Author SHA1 Message Date
Colin Kuskie
8639f53783 Missing session variables in Operation subroutines.
Forward port of Form/File,Image big fixes.
2006-01-26 18:07:56 +00:00
Matthew Wilson
4a3121960f removal of dumpSession. 2006-01-26 05:39:16 +00:00
Matthew Wilson
f64ec77d8a fixing the ->param ->body distinction issue. 2006-01-23 05:18:54 +00:00
JT Smith
e33b3bb9b9 the search engine, it works!!! 2006-01-22 04:46:59 +00:00
Matthew Wilson
fa5439b099 lots o fixes 2006-01-21 19:00:27 +00:00
Colin Kuskie
65135318bb update POD with new functions 2006-01-21 00:12:36 +00:00
Colin Kuskie
1fdc49b3bf Storage constructors need session variables 2006-01-18 21:43:01 +00:00
Matthew Wilson
00fb318ec5 a couple of calendar "fixes" 2006-01-18 15:42:30 +00:00
Matthew Wilson
2069da5fdb tons of bug fixes. 2006-01-18 14:41:12 +00:00
Matthew Wilson
e33c7bebc3 an absolute slew of changes. 2006-01-18 01:45:55 +00:00
Colin Kuskie
9c07548c71 more missing session vars in form calls 2006-01-17 17:47:12 +00:00
Matthew Wilson
16f19421a6 removing debug 2006-01-17 16:15:33 +00:00
Roy Johnson
cd45f88e9f Fixed getRoot, getDefault, and getNotFound to pass them a session 2006-01-17 16:13:16 +00:00
Colin Kuskie
67ea380786 bad accessor method, get vs set 2006-01-16 23:24:25 +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
Colin Kuskie
6d9ed4b3cd Updated FormListEquiv.t, all tests pass
fix class method in DatabaseLink.pm
fix accessor method in Form/DatabaseLink.pm
2006-01-16 00:42:15 +00:00
Colin Kuskie
197dacadec no more getSlave, convert code to use dbSlave instead
more form accessor fixes
Form/Template.pm, all asset calls need a session var
2006-01-16 00:08:58 +00:00
Colin Kuskie
cf23a67ae5 fix bad accessor assignments 2006-01-15 23:33:47 +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
Colin Kuskie
5705131fcf more form fixes 2006-01-15 17:26:36 +00:00
Colin Kuskie
6a9a63c4b0 bug fixes from running t/FormGetName.t 2006-01-15 05:18:11 +00:00
Colin Kuskie
08afb14d51 first batch of Form i18n and compilation patches 2006-01-15 04:37:19 +00:00
Matthew Wilson
250d8ff944 lots o' fixes. 2006-01-15 04:25:33 +00:00
Colin Kuskie
441e6e1d4a last bunch of i18n bug fixes 2006-01-15 04:01:38 +00:00
Colin Kuskie
f78591d8a7 more i18n fixes 2006-01-15 01:04:35 +00:00
Colin Kuskie
16b0edfb6b first wave of i18n fixes 2006-01-15 00:58:33 +00:00
Len Kranendonk
e511f6ee85 bugfix 2006-01-14 23:32:00 +00:00
Matthew Wilson
19bce8eaf6 bunches o syntax fixes. 2006-01-14 21:06:52 +00:00
Colin Kuskie
aec8e8e0cf added session variable to new, passes session when creating new form object 2006-01-13 17:34:47 +00:00
Colin Kuskie
7686f7a8a4 fix typo 2006-01-13 17:32:17 +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
Colin Kuskie
01d95a265e new i18n api requiring $session 2006-01-12 17:49:20 +00:00
JT Smith
65a40d75ac refactored WebGUI::LDAPLink to use session api 2006-01-12 05:24:52 +00:00
JT Smith
2735385050 migrated WebGUI::Icon api to use new session 2006-01-11 23:12:07 +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
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
024514c549 more session related changes 2006-01-09 19:56:26 +00:00
JT Smith
0d8833512c more session changes 2006-01-02 03:02:20 +00:00
JT Smith
d4b7f2ce59 first round of changes for the new session system 2005-12-31 21:54:06 +00:00
Colin Kuskie
7167f97a92 Fix a bug where List-type Forms created via DynamicField did not use default
values from the Form itself.  If you truly want a List with no defaults,
pass in an empty string on the value key in the param hash:

{ value => '' }
2005-12-16 19:36:59 +00:00
Matthew Wilson
e0786a6a11 [ 1363797 ] Calendar Javascript (Date/Time)
and some other minor annoyances.
2005-12-12 15:00:33 +00:00
Matthew Wilson
1649ef4860 - fix [ 1377276 ] Calendar Pop up issue 2005-12-12 05:12:15 +00:00
Matthew Wilson
da85d2b3c1 - fix [ 1377276 ] Calendar Pop up issue 2005-12-12 05:11:38 +00:00
Colin Kuskie
fadb77822e Replace new getValueFromPost with original. Checked that
Posts have all values (username, dateSubmitted, dateUpdated) defined.
2005-12-10 21:26:41 +00:00
JT Smith
2e0c3dc48c fix
[ 1373319 ] archive
2005-12-08 03:22:45 +00:00
Colin Kuskie
ea8415f902 bugfix, missing labels 2005-12-04 15:56:59 +00:00