Commit graph

134 commits

Author SHA1 Message Date
JT Smith
21fedb9051 added a classname form control for validating classnames and do taint checking 2006-05-10 23:01:15 +00:00
JT Smith
18e303421a fix from Lucas Bartholemy 2006-05-04 15:54:39 +00:00
Colin Kuskie
3807af315c Move the template code for title.form.textarea right next to title.form so that
it's obvious that they're the same variable, and both shouldn't be used.
Updated docs and fixed <br> tags to be XHTML compliant.
2006-05-01 17:42:18 +00:00
JT Smith
6b77047cde added a request tracker system via the CS 2006-04-27 21:56:15 +00:00
JT Smith
dc4fb07c1b various bug fixes 2006-04-18 01:00:26 +00:00
JT Smith
4adfc0737c made it so it's possible to use file form elements without any auxillary code
fixed a bug in Post
storage copy can accept an optional new storage location to copy to
articles can now accept direct attachments
2006-04-16 17:30:01 +00:00
JT Smith
7fcfb11f20 made the file and image form fields better, but still have some work to do
began converting the article to have it's own attachments, but still have some work to do
2006-04-16 01:10:34 +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
e262da13f8 files (and subclasses) and posts (and threads) can now export attachments in packages
fixed a couple of bugs
added some error handling and corruption detection
2006-04-13 18:34:35 +00:00
JT Smith
a7df0f7a55 fixing some bugs relaed to cs mail replies
fixed a bug in the user manager where the user would take on the username/alias of the visitor
fixed a bug in error handling where debug was being spewed for errors in approriately
2006-04-11 22:50:11 +00:00
JT Smith
47a79bf060 added mail properties 2006-04-10 00:12:28 +00:00
JT Smith
504de54d61 started adding email processing capabilities to cs 2006-04-09 22:36:49 +00:00
JT Smith
e4392f7449 new caching system to replace old page cache 2006-04-05 20:46:57 +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
19e4da7a92 collaboration system posts now work fully with the workflow engine, including the approval denial process 2006-03-30 23:43:32 +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
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
eb6a7a9416 started adding new workflow based approval process 2006-03-15 20:15:55 +00:00
JT Smith
103969816e removed start/end dates from assets in favor of workflows that can do the same thing only better 2006-03-01 18:02:36 +00:00
JT Smith
8b6198220d merging a 6.8.8 change 2006-03-01 16:36:54 +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
Matthew Wilson
05e8768766 oops. 2006-02-12 20:19:11 +00:00
Matthew Wilson
3ed96bfafa fixing my flub. 2006-02-12 19:55:08 +00:00
Matthew Wilson
2e5b73adf4 - fix [ 1415743 ] Collab reply count includes old versions 2006-02-11 22:14:44 +00:00
kenperl
db06c4ba13 userDefined1-5 support new data type float 2006-01-26 08:06:47 +00:00
Matthew Wilson
4a3121960f removal of dumpSession. 2006-01-26 05:39:16 +00:00
JT Smith
fd3fb924f3 added search indexer 2006-01-20 21:18:09 +00:00
Colin Kuskie
1fdc49b3bf Storage constructors need session variables 2006-01-18 21:43:01 +00:00
Colin Kuskie
2e5f5c6038 more missing session variables in form calls 2006-01-17 05:20:26 +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
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
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
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
JT Smith
3feda4d3f3 more bug fixes 2006-01-13 19:51:51 +00:00
Colin Kuskie
2f4f17fa24 Asset->canAdd. Class method requires session variable passed in
explicitly.  Altered Asset->canAdd, all instances of canAdd in
Asset, and also in Asset::Post->canAdd.
2006-01-13 03:02:18 +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
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
2735385050 migrated WebGUI::Icon api to use new session 2006-01-11 23:12:07 +00:00
JT Smith
45c7e7876d refactored WebGUI::HTML api to use new ssesion system 2006-01-11 16:35:45 +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