Commit graph

287 commits

Author SHA1 Message Date
JT Smith
80fc76691f fixed a macro problem 2006-01-30 18:22:54 +00:00
JT Smith
268947c1d5 getting closer to bucket output 2006-01-30 00:14:22 +00:00
Matthew Wilson
4a3121960f removal of dumpSession. 2006-01-26 05:39:16 +00:00
Matthew Wilson
9c7e8699a2 tons more fixes. getting closer to gamma. 2006-01-21 21:12:14 +00:00
Matthew Wilson
8f12dae29c more session fixes. 2006-01-18 06:26:40 +00:00
Matthew Wilson
8839c094c5 some login logout cookie fixes. 2006-01-18 05:58:31 +00:00
Matthew Wilson
401c72f062 some minor changes. 2006-01-18 05:21:34 +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
Len Kranendonk
a4cacf8d72 HTTP header is growing 2006-01-16 15:57:46 +00:00
Matthew Wilson
65823b1f53 oodles of fixes. 2006-01-15 15:56:17 +00:00
Matthew Wilson
250d8ff944 lots o' fixes. 2006-01-15 04:25:33 +00:00
Matthew Wilson
6009ead286 misc. syntax fixes. 2006-01-14 20:01:41 +00:00
JT Smith
16de66517c session api updates 2006-01-11 03:45:58 +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
d4b7f2ce59 first round of changes for the new session system 2005-12-31 21:54:06 +00:00
Len Kranendonk
59f1599ba4 Fix: [ 1379384 ] image uploads to non-public pages 2005-12-19 16:18:14 +00:00
JT Smith
c752b5a3a6 preparing for 6.9.0 dev 2005-12-18 22:57:39 +00:00
JT Smith
1bcfa3bddc - Fixed a syntax error in Post.pm
- fix [ 1382675 ] File Path Wrong - Uploads are difficult
 - fix [ 1380368 ] Snippets should not contain debugging info
 - fix [ 1377668 ] Unescaped double quote in Syndacate title cause problems
2005-12-16 19:52:07 +00:00
JT Smith
afe8be718d preparing for 6.8.3 bugfix cycle 2005-12-13 16:47:48 +00:00
Matthew Wilson
d7ebf75b71 - fix [ 1328728 ] Export exports root page n times 2005-12-12 06:32:22 +00:00
Matthew Wilson
4aaf66a8a0 - fix [ 1344111 ] promote/demote swap with non-"published" assets 2005-12-12 05:43:00 +00:00
JT Smith
0d24873145 preparing for 6.8.2 bugfix cycle 2005-12-08 21:04:50 +00:00
JT Smith
7d0ca32de6 upgrades remove cache
fix post update dates 
add version tag to server status
2005-12-08 03:14:11 +00:00
JT Smith
75acc465b0 upgraded to tinymce 2.0.1 2005-12-05 05:28:30 +00:00
Matthew Wilson
f6058c1b34 fixing lots of dashboard things. 2005-12-05 00:38:55 +00:00
JT Smith
f6d36f47ec had a return where there shouldn't have been one 2005-12-04 22:28:43 +00:00
Colin Kuskie
09b615d15f stop using trace module 2005-12-04 00:16:46 +00:00
JT Smith
16da1e3180 bug fixes 2005-12-03 19:25:41 +00:00
JT Smith
c8cc6ddf8d oops, checked in some mistakes, fixing 2005-12-01 23:19:52 +00:00
Colin Kuskie
99df1f414e Form inheritance work for lists, removal of $session{os}{slash} 2005-12-01 20:46:55 +00:00
JT Smith
abe85d439e changes for new demo system 2005-12-01 19:49:05 +00:00
Matthew Wilson
09bf2b263f Lots more Dashboard features/changes.
Internationalization and Help to come.
Default dashlet demos/walkthroughs to come.
2005-12-01 15:46:04 +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
69c5836f2d fixed bug from previous checkin
new preloader with far more shared memory
2005-11-27 00:28:07 +00:00
JT Smith
4d361e6614 eliminating redundancy 2005-11-26 17:08:51 +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
3cb1a6619c refactored page() to catch some more errors. 2005-11-23 20:24:34 +00:00
JT Smith
0db39c2cb1 added 404 status code on page not found 2005-11-23 14:32:30 +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
JT Smith
2c7a475d40 moving len's cookie fix to WebGUI::HTTP 2005-11-07 13:16:25 +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
Len Kranendonk
df80d5e190 Nice oneline cookie retrieval 2005-11-04 16:52:14 +00:00
Len Kranendonk
3b724b7f2a Cookie fix 2005-11-04 16:32:34 +00:00
Len Kranendonk
e90f35c1c1 Sessions not working... Cookie handling must be done before opening session :) 2005-11-04 15:15:08 +00:00
Len Kranendonk
bf9776d43e Apache2::ServerUtil must be loaded 2005-11-04 14:57: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
1b0adbb416 typo. 2005-11-03 20:22:31 +00:00