Commit graph

159 commits

Author SHA1 Message Date
Colin Kuskie
314a317f56 more typos. looks like some kind of pattern where string concatenation got broken with one of the upgrade scripts 2006-01-13 04:18:05 +00:00
JT Smith
a3adaee3a0 removing unnecessary use lines 2006-01-12 22:27:20 +00:00
JT Smith
925906ca7e refactored WebGUI::Id to use new session api 2006-01-11 23:34:02 +00:00
JT Smith
2735385050 migrated WebGUI::Icon api to use new session 2006-01-11 23:12: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
Matthew Wilson
e4bf3c60b0 fixing some typos. also the File/Storage bug. also fixing the changelogs. 2006-01-03 05:12:51 +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
99df1f414e Form inheritance work for lists, removal of $session{os}{slash} 2005-12-01 20:46:55 +00:00
Matthew Wilson
39b949e9f3 fixing several bugs. Also enabling saving of contentPositions for all users, not just admins. 2005-12-01 04:17:32 +00:00
Matthew Wilson
97bcf1bc16 Fixed a bunch of goofs on my part, and made it so it only loads the site's settings, config, env, var, userinfo, and a bunch of other stuff only once per request, instead of a bunch of times per request. 2005-11-26 03:41:12 +00:00
Matthew Wilson
818ff2608c Re-adding (conditional) cookie baking. I'm not sure anyone has been successfully testing SVN WebGUI since it was removed.
Moving cookies out of session::open into contentHandler (they already were in uploadsHandler).  
Eliminating opening a new visitor session and then converting it to the actual user session for every single request by making two Session.pm methods public instead of private.
Added NOT_FOUND to the list of exported from Const.
Fixing a small bug in File.pm.  
Fixed some spacing/tabs/formatting issues in various places.
This autocomplete in TortoiseSVN is really nifty.
2005-11-19 23:30:52 +00:00
Len Kranendonk
3b724b7f2a Cookie fix 2005-11-04 16:32:34 +00:00
JT Smith
775339a209 bug fixes 2005-11-04 14:42:00 +00:00
JT Smith
9b23c24a6a convert WebGUI to a mod perl handler 2005-11-03 09:14:23 +00:00
Matthew Wilson
fd212e9110 fixed user profile cache problem. 2005-10-13 21:38:11 +00:00
JT Smith
62d1c58ae4 - Added cache to settings which increased performance by .02 seconds per
page.
 - Added user cache which increased performance by more than .1 seconds per
   page.
 - Added some new indicies to make asset queries .01 to .1 seconds faster per query.
 - fix [ 1274488 ] Visitors language not recognized 6.7.2
2005-09-10 15:37:03 +00:00
JT Smith
df1514ee74 a couple bug fixes
finishing up the versioning system
2005-08-02 20:34:41 +00:00
JT Smith
c4b3e4092d Merging changes from 6.6.4
Added new definition features to wobjects and assets.
2005-07-21 01:17:05 +00:00
JT Smith
85f8ef7f43 merging some of the 6.6.4 changes 2005-07-13 02:10:16 +00:00
JT Smith
45eb557978 changed the windows signature check 2005-06-14 19:48:23 +00:00
JT Smith
d550fbd7b3 extra $ 2005-05-23 20:26:26 +00:00
JT Smith
fd57cbaa51 fixed a bunch of bugs 2005-05-23 15:02:23 +00:00
Matthew Wilson
7fa12e516c - fix [ 1196929 ] page table still being used 2005-05-16 21:59:26 +00:00
JT Smith
ae691afe94 switched session id generator to use guid 2005-04-01 19:12:56 +00:00
JT Smith
e9d6c1b4e4 several bug fixes
added asset type icons to toolbar
added isAdminOn, switchOnAdmin, and switchOffAdmin subs to WebGUI::Session
2005-03-03 22:34:14 +00:00
JT Smith
536e2679e8 more bug fixes 2005-02-18 19:53:34 +00:00
JT Smith
a1403acb38 fixed some bugs 2005-02-17 07:08:32 +00:00
JT Smith
c76829a4e3 lots of bug fixes and a new upgrade feature 2005-02-17 01:11:11 +00:00
JT Smith
55c709a051 updated copyright 2005-02-07 00:52:47 +00:00
JT Smith
de282a98b5 added privilege access handler to storage system 2004-12-31 04:00:24 +00:00
Martin Kamerbeek
4d5841418d Allowing mixed GET/POST requests. 2004-12-29 16:12:29 +00:00
JT Smith
4149d8eb5c rolling in some donorware changes 2004-12-22 19:15:00 +00:00
JT Smith
48caad2d74 merging 6.2.9 changes 2004-11-19 22:59:25 +00:00
JT Smith
6ddb7c49e6 merging 6.2.8 changes and initial draft of TinyMCE as rich editor 2004-10-30 15:49:59 +00:00
JT Smith
d2a301e02b 6.2.6 bugfixes 2004-09-30 01:16:02 +00:00
JT Smith
2b6eb201a9 changed POD formatting 2004-09-14 02:22:38 +00:00
JT Smith
c866d00c1b changed company name 2004-09-03 17:01:59 +00:00
JT Smith
5fabdf758a fixed a few bugs 2004-08-31 15:58:33 +00:00
JT Smith
a7e9ffb440 replaced Date::Calc with Date::Manip 2004-08-30 23:05:03 +00:00
JT Smith
13002676db added FastCGI support 2004-08-30 20:59:11 +00:00
JT Smith
23cb5bd41c urls as resources - part 1 2004-08-20 15:30:15 +00:00
JT Smith
22994e8373 more guid stuff 2004-08-12 22:40:38 +00:00
JT Smith
c60613ac2c adding getScratch 2004-08-12 14:36:17 +00:00
Len Kranendonk
d276536e00 *** empty log message *** 2004-07-28 09:08:54 +00:00
Len Kranendonk
abb8dde6c8 added deleteAllScratch routine 2004-07-28 09:00:34 +00:00
JT Smith
797b8581b6 merging 5.8.0 and 6.1.1 changes 2004-07-18 17:43:08 +00:00
Len Kranendonk
7f474c9856 Added passive profiling 2004-07-17 20:34:34 +00:00