Colin Kuskie
|
5dddf92543
|
fixed looping logic in HttpProxy redirect follower
|
2006-11-17 23:42:19 +00:00 |
|
Colin Kuskie
|
91ee102c5f
|
Added more i18n labels to HttpProxy so that error messages can be internationalized.
Added skeletal documentation for the new RSS modules.
Fixed a bug in Search/Index.pm that was giving a warning during syntax checks.
|
2006-11-08 04:29:10 +00:00 |
|
Drake
|
46739e813b
|
Move simple overrides of getEditForm from Dashboard, Folder, and HttpProxy
into relevant definition clauses.
|
2006-11-07 22:58:09 +00:00 |
|
Doug Bell
|
f1aef291cf
|
Partial re-write of HttpProxy's main method.
|
2006-11-07 14:37:16 +00:00 |
|
Drake
|
7dcd6c0bfd
|
Merge r3114 fix for HttpProxy not requiring Apache2::Upload correctly
into HEAD.
|
2006-11-01 21:27:17 +00:00 |
|
Doug Bell
|
524f361047
|
fix: HttpProxy would not put correct values for multiple query params
with the same name
Tried to clean up some HttpProxy code. Still rather ugly (need rewrite?)
|
2006-10-27 23:40:34 +00:00 |
|
Drake
|
e8fd02ca9e
|
Fix HTTP Proxy asset file uploads.
|
2006-09-28 01:49:12 +00:00 |
|
Eric Kennedy
|
fc0a50661f
|
HttpProxy bug fix
|
2006-07-21 02:09:42 +00:00 |
|
Wouter van Oijen
|
2d9565775f
|
POD fixes and removing debug output
|
2006-07-11 09:05:22 +00:00 |
|
Colin Kuskie
|
736b1381f0
|
Fix misisin HTTPProxy label.
Document that session variables are deprecated.
|
2006-06-20 18:38:20 +00:00 |
|
JT Smith
|
0d1d2a4675
|
fix HttpProxy turns ampersands into semicolons
|
2006-06-10 16:34:59 +00:00 |
|
JT Smith
|
1ddeea9b39
|
- fix: Adding HTTP Proxy
|
2006-06-09 17:51:42 +00:00 |
|
Roy Johnson
|
e783ce7660
|
fix HTTPproxy
|
2006-06-05 21:50:12 +00:00 |
|
JT Smith
|
e4392f7449
|
new caching system to replace old page cache
|
2006-04-05 20:46:57 +00:00 |
|
Colin Kuskie
|
a78932b3b2
|
speed up HttpProxy in case where user is not allowed to view content
|
2006-03-23 00:18:52 +00:00 |
|
Roy Johnson
|
d7e2264153
|
merging 6.8 bugfixes
|
2006-02-12 20:32:09 +00:00 |
|
JT Smith
|
6c4ae02f34
|
more conversion to the new streaming/chunking/bucketing system
|
2006-01-30 22:15:27 +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 |
|
Matthew Wilson
|
150087f703
|
lots of operation and auth fixes.
|
2006-01-19 03:07:34 +00:00 |
|
Colin Kuskie
|
1fdc49b3bf
|
Storage constructors need session variables
|
2006-01-18 21:43:01 +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
|
35c4ad353d
|
missing session variables from ->new found via code analysis
|
2006-01-16 21:55:39 +00:00 |
|
JT Smith
|
b0ffb721b6
|
more session related bug fixes
|
2006-01-15 18:34:44 +00:00 |
|
Matthew Wilson
|
f2cccdff9f
|
more oodles of changes.
|
2006-01-15 18:19:44 +00:00 |
|
Matthew Wilson
|
65823b1f53
|
oodles of fixes.
|
2006-01-15 15:56:17 +00:00 |
|
Colin Kuskie
|
441e6e1d4a
|
last bunch of i18n bug fixes
|
2006-01-15 04:01:38 +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 |
|
JT Smith
|
3feda4d3f3
|
more bug fixes
|
2006-01-13 19:51:51 +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
|
877bf082a0
|
migrating paginator api to new session system
fixed a few old style session vars
|
2006-01-12 17:24:06 +00:00 |
|
JT Smith
|
a194408513
|
changing copyright year
|
2006-01-09 23:51:04 +00:00 |
|
JT Smith
|
d470a7cdd4
|
more session related changes
|
2006-01-09 20:43:02 +00:00 |
|
JT Smith
|
024514c549
|
more session related changes
|
2006-01-09 19:56:26 +00:00 |
|
JT Smith
|
2866a2c873
|
converting assets to new session system
|
2006-01-02 03:12:54 +00:00 |
|
Colin Kuskie
|
33009a5996
|
rollback change
|
2005-12-13 23:17:45 +00:00 |
|
Colin Kuskie
|
dcfc111934
|
force object out of scope to destroy instead of DESTROY method call
|
2005-12-13 22:53:53 +00:00 |
|
Matthew Wilson
|
d8cea7a566
|
- fix [ 1237406 ] HTTP Proxy caches results
|
2005-12-12 07:27:49 +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
|
c01d7e49d5
|
replaced $session{cgi} with $session{req}
|
2005-11-03 21:48:37 +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 |
|
Colin Kuskie
|
56e5b7ef2b
|
table of contents with internationalization
|
2005-10-10 05:22:37 +00:00 |
|
Colin Kuskie
|
1ca2a2718b
|
fix namespaces for add/edit form help
|
2005-09-10 04:45:52 +00:00 |
|
JT Smith
|
c7864a0c24
|
allowing UI levels for assets to be overridden in the config file, and allowing developers to specify a default UI level in the definition rather than creating a getUiLevel() method
|
2005-07-28 21:56:02 +00:00 |
|
JT Smith
|
4b93aa1914
|
merging 6.6.5 changes
|
2005-07-25 19:03:14 +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 |
|
Colin Kuskie
|
88d6ce4ac0
|
retrofit for namespace support for hover help
|
2005-06-21 04:24:25 +00:00 |
|
Colin Kuskie
|
d70a12f09a
|
Use descriptive, internationalized labels for template form fields
|
2005-06-07 03:43:57 +00:00 |
|