Commit graph

3440 commits

Author SHA1 Message Date
Matthew Wilson
d9309cfbac fix 2006-04-17 06:48:54 +00:00
Matthew Wilson
8d6f170b1a another fix. 2006-04-17 06:47:24 +00:00
Matthew Wilson
b0d0c53724 double bugfix. 2006-04-17 06:43:58 +00:00
Matthew Wilson
5d0be969c8 bugfix. 2006-04-17 06:42:58 +00:00
Matthew Wilson
4f40934111 more fixes 2006-04-17 06:11:51 +00:00
Matthew Wilson
d749175405 badge selection improvements 2006-04-17 06:10:22 +00:00
Matthew Wilson
419bdee9c4 several more fixes 2006-04-17 06:05:48 +00:00
Matthew Wilson
f14c6e073a totally redid prereq checking 2006-04-17 05:29:16 +00:00
Roy Johnson
6ca823bc07 Code to set prereq screens template vars. 2006-04-17 03:51:19 +00:00
Matthew Wilson
a85e06239a adding placeholder array size check back in. 2006-04-17 03:22:46 +00:00
Colin Kuskie
478a4cf1cf handle logging db queries with no placeholders 2006-04-17 03:01:08 +00:00
Matthew Wilson
c64d41e5f6 this should fix it. 2006-04-17 01:47:31 +00:00
Matthew Wilson
84fb7cad05 whoops; fixed in wrong place. 2006-04-17 01:46:01 +00:00
Matthew Wilson
dc414e13e5 fixed form process bug. $session->form->TYPE should only retrieve by name. 2006-04-17 01:32:31 +00:00
Matthew Wilson
c34811bef6 more on the viewPurchase screen (actually view transaction) 2006-04-16 19:57:02 +00:00
Matthew Wilson
6dcdeaca64 some fixes; plus the badge selector populates the badge form. 2006-04-16 18:46:41 +00:00
JT Smith
8fb74410ab a few bug fixes 2006-04-16 18:04:28 +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
Matthew Wilson
7737f0e086 added badge selector. 2006-04-16 03:22:08 +00:00
Matthew Wilson
b6f0e9e75c fixed a table name. 2006-04-16 01:29:51 +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
Roy Johnson
41e5c30ee4 Bug fix 2006-04-16 00:06:38 +00:00
Matthew Wilson
3fad0b078f making config addToArray only add if it's not already there. 2006-04-15 23:31:16 +00:00
Matthew Wilson
71881282aa lots o changes. 2006-04-15 23:25:30 +00:00
Roy Johnson
5ce1a9ba0b Added prerequisite checking compatable with the new searching feature. Still have to set the template vars and add a template to the upgrade script. 2006-04-15 23:15:25 +00:00
JT Smith
c658b310c0 added the export version tag to html workflow activity 2006-04-15 21:09:03 +00:00
JT Smith
4fbb26ad37 moved the export link under the class icon context menu 2006-04-15 20:55:13 +00:00
JT Smith
11d19f8d91 disable rich editor for safari 2006-04-15 20:32:44 +00:00
JT Smith
da9c26d72c fixed redirect bugs in file, image, and zip archive
added cache control headers to style
added cache control headers to snippet
added server side caching to snippet
2006-04-15 16:07:04 +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
f503b4328e added install/uninstall functions to asset and wobject skeletons to make distributing custom assets and wobjects easier 2006-04-15 03:47:20 +00:00
JT Smith
45b11e0a1a added a few utility methods to the config system, and updated the upgrade to reflect that 2006-04-15 02:55:12 +00:00
Colin Kuskie
1c6fec6695 Flush cache for User and Group tests to pass.
Add group cache clear to Group.pm
templateId clash due fixed
2006-04-15 02:32:38 +00:00
JT Smith
5136efc983 more template variables in nav and pagination 2006-04-15 00:34:02 +00:00
JT Smith
6a2ba37ef1 fixed a display bug in asset search
added a + next to items in the asset manager that have children
templates now index their namespace so you can search on that
2006-04-14 21:35:00 +00:00
JT Smith
cc8e8d0ed6 changed collaboration system to use webgui's new internal search mechanism 2006-04-14 20:44:57 +00:00
Wouter van Oijen
1e942094a0 XHTML bugfix 2006-04-14 14:58:20 +00:00
JT Smith
69eb231524 added media folder for rich edit upload 2006-04-14 13:57:05 +00:00
Wouter van Oijen
8129361a24 Removing debug code and adding comment 2006-04-14 09:40:13 +00:00
Wouter van Oijen
467ab5a7a7 Various bugfixes and cleaning up code in Survey.pm 2006-04-14 09:17:27 +00:00
Wouter van Oijen
1d3c204cf8 Fixed error for ?op=viewInbox 2006-04-14 08:37:23 +00:00
Colin Kuskie
fd1eb52e3e Docs for AdSpace Macro 2006-04-14 02:49:31 +00:00
JT Smith
fd4453df58 added a sort alphabetically option to the folder asset 2006-04-14 02:35:35 +00:00
Colin Kuskie
6726f56af3 remove debug code 2006-04-14 01:50:29 +00:00
Colin Kuskie
2f5dab37d2 finalized Group code with migration and upgrade log 2006-04-14 01:17:39 +00:00
JT Smith
759ec7bcf0 added image upload and field delete to matrix 2006-04-13 23:19:22 +00:00
Colin Kuskie
4f60281392 change dbCacheTimeout to groupCacheTimeout 2006-04-13 22:26:11 +00:00
JT Smith
ab4e801bfe got the tree following to work 2006-04-13 21:40:40 +00:00
Colin Kuskie
be7a44d4f2 make Group->getUsers fully recursive to remove duplicate code 2006-04-13 21:22:04 +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