Commit graph

4261 commits

Author SHA1 Message Date
Kaleb Murphy
d9c050423f When you move an asset to a new version, only the current version is moved, instead of all of them. 2008-11-12 15:51:23 +00:00
Graham Knop
48b4ba1fc8 adding survey back in 2008-11-12 03:24:49 +00:00
Graham Knop
2d8b43f7c9 preparing for 7.6.4 dev 2008-11-12 03:24:31 +00:00
Graham Knop
f16e991b8a preparing for 7.6.3 release 2008-11-12 02:40:41 +00:00
Graham Knop
151e705286 Backing out Survey for now 2008-11-12 02:40:27 +00:00
Graham Knop
4c546d312f preparing for 7.6.3 release 2008-11-12 01:17:43 +00:00
Graham Knop
d6e00cab05 improved performance of file uploads and changed format of created uploads locations, avoiding case sensitivity problems 2008-11-12 01:17:33 +00:00
Kaleb Murphy
b65c907040 SQLReport now replaces field name spaces with hyphens for the direct access template params. 2008-11-11 17:53:54 +00:00
Doug Bell
43c5e5e63d fixed: DataForm now allows you to edit existing tabs 2008-11-11 16:07:13 +00:00
Kaleb Murphy
70a0a422b7 Removed all instances of srand. This is called implicitily by rand and be dangerous if called mulitple times by the same process. 2008-11-10 21:53:30 +00:00
Colin Kuskie
1ddaa75ab8 fix add variant i18n bug 2008-11-07 20:41:22 +00:00
Doug Bell
d224376d02 added: Delete columns in DataTable
fixed: Now more than one DataTable can be on a page
2008-11-07 03:32:18 +00:00
Graham Knop
78dbd7f5fd fixed #9047: Unable to reorder DataForm tabs 2008-11-06 23:39:26 +00:00
Graham Knop
7bc8ecd628 make survey templates not be packages 2008-11-06 22:16:33 +00:00
Graham Knop
70e6b8a03d fixed #9028: Thingy fails when setting values containing single quotes 2008-11-06 22:16:08 +00:00
Kaleb Murphy
1dd08e25c9 The new survey is here. Make sure to wg-reset your test instances to get the new DB schema. 2008-11-06 20:48:18 +00:00
JT Smith
f951bbed37 Added a better mechanism for calculating when content was last modified for cache headers. 2008-11-06 15:48:31 +00:00
JT Smith
ef6aedc862 - The Syndicated Content asset was rewritten, and now uses 35% less memory and is 400% faster. 2008-11-06 02:32:10 +00:00
Graham Knop
82706076ec update versions to 7.6.3 2008-11-05 18:44:58 +00:00
Colin Kuskie
1ebec1e05f Update the UsersOnline test so that all tests pass. 2008-11-05 05:13:12 +00:00
Colin Kuskie
71ee624718 Add the profile field needed by the UsersOnline macro.
Internationalized the profile field label.
2008-11-05 05:05:16 +00:00
Graham Knop
c0c5a3ac25 preparing for 7.6.2 release 2008-11-04 22:47:35 +00:00
Graham Knop
d487d4edd6 fixed: not allowed to add calendar events if in can edit group but not can add event group 2008-11-04 22:47:18 +00:00
Graham Knop
f43695ecf7 don't add javascript i18n content handler if it already exists 2008-11-04 22:47:01 +00:00
Graham Knop
b7937249d6 sped up lineage changes significantly 2008-11-04 22:46:55 +00:00
Frank Dillon
13fa16e154 google site index 2008-11-04 16:04:05 +00:00
Frank Dillon
293e1c0e47 Google sitemaps index added to WebGUI 2008-11-04 15:58:04 +00:00
Steve Swanson
d8f28d1379 Fixes a bug in IE where gallery items are not side-by-side 2008-10-29 21:26:45 +00:00
Doug Bell
3e1f66a0e7 added: DataTable asset 2008-10-28 22:27:17 +00:00
Frank Dillon
5166512f32 Fixed #8924: useProfile: s/viewable/visible/ig 2008-10-28 22:10:09 +00:00
Frank Dillon
fec49433c3 Fixed #8818: Visitor sends a welcome message 2008-10-28 21:41:56 +00:00
Colin Kuskie
d7b5083b85 encode a macro in the head.tags for template so that it shows as macro code 2008-10-28 20:29:38 +00:00
JT Smith
22263191ed merging: 8188 2008-10-28 19:31:00 +00:00
Graham Knop
5cdcf892bf fixed: site starter fails after site style page 2008-10-28 18:15:43 +00:00
Frank Dillon
4dbd7bac1a fixed: #4177 You can no longer send friends who are in your friends list or who you've already invitedto your friends network 2008-10-28 17:10:56 +00:00
Doug Bell
18585200a7 fixed 8899 and 8891: Calendar feeds cause edit screen to fail and Calendar still pull feeds from the trash 2008-10-28 17:10:06 +00:00
Graham Knop
52a21ff854 fixed #8829: moveUp.gif, moveDown.gif missing from uploads 2008-10-28 17:03:57 +00:00
Tabitha Zipperer
dd89865fb4 Fixed headers of albums so they autosize instead of scrolling 2008-10-28 16:58:24 +00:00
JT Smith
347cc82a2d merging the fixurl bug 2008-10-28 16:34:47 +00:00
JT Smith
3c325c9c5a merged 7.5 utf8 password fix 2008-10-28 16:05:47 +00:00
Colin Kuskie
6193d6bef5 fix i18n typos interfering with Group LDAP hoverhelp 2008-10-28 15:34:54 +00:00
Colin Kuskie
f4a7c0488e fix bad hoverhelp and labels in WeatherData asset 2008-10-28 15:24:17 +00:00
Graham Knop
b57b632810 fixed #8980: possible to execute arbitrary perl code as any user that can upload files 2008-10-27 23:41:38 +00:00
Doug Bell
7d33b9fab8 added RFE #327: Add Select All button to Search Asset "Limit Classes To" field 2008-10-27 23:25:06 +00:00
Doug Bell
314035912d fixed DataForm/diagnose.t
Added find() and findAndLoad() to WebGUI::Pluggable and updated sbin/preload.perl
2008-10-27 16:16:18 +00:00
Colin Kuskie
e92017500e change mime type of json methods from text/json to application/json 2008-10-26 04:11:47 +00:00
Colin Kuskie
913ed8ec26 reset isDefault to 0 on copy, 8921 2008-10-25 20:33:24 +00:00
Doug Bell
5e967d9b82 added: DataForm can now trigger workflow when adding an entry 2008-10-25 05:38:08 +00:00
JT Smith
91812b74eb Fixed basic auth to work on WRE demo servers. 2008-10-25 00:53:31 +00:00
Doug Bell
857cd94dfe added changelog 2008-10-24 19:55:35 +00:00