JT Smith
2f24cd3f3c
[ 1475220 ] some 6.99 templates have double slashes
2006-04-28 16:59:32 +00:00
JT Smith
6b77047cde
added a request tracker system via the CS
2006-04-27 21:56:15 +00:00
JT Smith
e8c073b9df
some http header changes
2006-04-18 14:22:42 +00:00
JT Smith
404749e32b
updated thread templates to remove approve/deny links and add archive/unarchive links
...
fixed unarchive bug
changed post rating system to thumbs up/down
2006-04-15 15:36:02 +00:00
JT Smith
e2109910fd
holy crap it actually works!!! import/export of themes base system is complete.
...
fixed some chunking related bugs in Session/Style
fixed other misc bugs
2006-04-13 03:31:39 +00:00
JT Smith
504de54d61
started adding email processing capabilities to cs
2006-04-09 22:36:49 +00:00
JT Smith
adea847875
fixed some xhhtml stuff
...
increased performance on burst protection
2006-04-07 19:35:31 +00:00
JT Smith
7cf2c22a95
several small improvements to lots of stuff
2006-04-07 17:15:53 +00:00
JT Smith
e4392f7449
new caching system to replace old page cache
2006-04-05 20:46:57 +00:00
JT Smith
57d5ea36a1
speeding up next/previous threads by only calculating them when necessary
2006-04-05 04:45:20 +00:00
JT Smith
d26f1bdd8c
add ad management system
...
improved performance of cs threads by about 500%
2006-04-05 03:42:14 +00:00
JT Smith
299dd5aa09
converted cs to use workflow engine for moderation
2006-03-30 03:52:18 +00:00
JT Smith
b4f0ddb79b
tightening up some old code
2006-03-29 21:58:14 +00:00
JT Smith
c355601249
fixed bugs with new chunking system
2006-03-29 21:49:56 +00:00
JT Smith
22b7ec886b
some cs fixes
2006-03-26 20:43:50 +00:00
JT Smith
b6ad963119
replaced MessageLog with Inbox
2006-03-21 22:44:31 +00:00
JT Smith
ea09f24608
added explicit locking
2006-03-16 02:01:17 +00:00
JT Smith
f2b2832524
added a karma ranking system to cs threads for conducting popularity contests
2006-02-28 17:28:44 +00:00
JT Smith
5fe11ed251
added manual thread archive/unarchive options
2006-02-26 20:31:46 +00:00
JT Smith
46fa7e78e7
began adding streaming support for view method
2006-01-30 21:26:22 +00:00
Matthew Wilson
4a3121960f
removal of dumpSession.
2006-01-26 05:39:16 +00:00
Matthew Wilson
0492456da3
- fix [ 1397890 ] Can't click directly to page 2+ of a thread
2006-01-22 19:39: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
35c4ad353d
missing session variables from ->new found via code analysis
2006-01-16 21:55:39 +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
Matthew Wilson
83e071fde1
getRequestedUrl
2006-01-15 19:42:51 +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
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
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
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
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
Matthew Wilson
f5f73c1681
- Converted all the max((assetData.)revisionDate) calls to use mysql5/(4.1)
...
nested queries.
- fix [ 1323184 ] CS Submissions Not Sorting on multiple sites
- fixed some major oversights in the new profile system.
2005-12-12 10:34:39 +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
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
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
33434757df
fixing JT's error.
2005-10-13 23:18:51 +00:00
JT Smith
7b04c8ec78
fixed threading
2005-10-13 22:01:58 +00:00
Colin Kuskie
56e5b7ef2b
table of contents with internationalization
2005-10-10 05:22:37 +00:00
JT Smith
5efbd4a709
- The export system now attempts to create the export path if it doesn't
...
already exist.
- fix [ 1287741 ] 6.7.3 Cannot insert a WebGUI collateral image in IE.
- fix [ 1293163 ] Error when using Syndication
- fix [ 1295718 ] Moderating submissions/posts is broken
- fix [ 1288770 ] Couldn't call method www_view on asset
- fix [ 1278672 ] Timezones does not still not work properly in webgui
2005-09-21 20:04:15 +00:00
Matthew Wilson
7b20b2db03
- fix [ 1265771 ] assets that were formerly prototypes are... (mwilson)
...
- fix [ 1280018 ] add new sql report - all query fields visible (mwilson)
- fix [ 1283740 ] overridden in WebGUI/Mail.pm (mwilson)
- fix [ 1282511 ] WebGUI::Form::submit disabled (mwilson)
- fix [ 1281854 ] migration.txt - 5.6, 5.7 need some updating. (mwilson)
- fix [ 1281842 ] rand() needs srand() on win32 mod_perl (mwilson)
- fix [ 1281435 ] Asset::paste() or Asset::setParent() needs... (mwilson)
- fix [ 1280374 ] Events calendar with no end date set loops... (mwilson)
- fix [ 1230352 ] Navigation Template (mwilson)
2005-09-11 17:36:39 +00:00
Colin Kuskie
a4a2179249
fix POD errors, re sf #1279861
2005-09-06 19:50:23 +00:00