Commit graph

6769 commits

Author SHA1 Message Date
Colin Kuskie
c9e0eecc4a fix bad i18n label in InOut Template 2007-01-25 18:54:06 +00:00
Colin Kuskie
4285ee1e9c echoing TT fix into H::T::E for variable renaming 2007-01-25 17:59:24 +00:00
Colin Kuskie
443c5cf405 help entry for attachment_thumbnail 2007-01-25 17:58:16 +00:00
JT Smith
b319535fd1 - Added a attachment_thumbnail option to the CS RSS feed. 2007-01-25 17:14:25 +00:00
Roy Johnson
3e23558cec Ready for 7.3.8 development 2007-01-25 15:51:09 +00:00
Roy Johnson
b957a21c5e 7.3.7 release 2007-01-25 15:27:10 +00:00
JT Smith
a46d2f3f21 added an option to skip maintenance mode 2007-01-25 15:03:43 +00:00
Colin Kuskie
a9e4de8ffa add missing i18n labels from ZipArchive template 2007-01-25 04:41:26 +00:00
Colin Kuskie
c5d0285d70 move placeholder in SyncProfilesToLdap back in query and interpolate instead 2007-01-25 02:51:08 +00:00
Doug Bell
b1e9169a4f Fixes for upgrade problems. 2007-01-25 02:33:31 +00:00
Doug Bell
0136abfbb9 Fixed 7.3.0-7.3.1 upgrade script so that multisite upgrades don't fail 2007-01-24 23:39:25 +00:00
JT Smith
28d9659031 - Fixed a bug with dealing with CS posts via email where
multipart/alternative messages would cause a blank post.
2007-01-24 22:44:32 +00:00
JT Smith
7bb998c6ee - Fixed a template variable rewriting problem with Template Toolkit. 2007-01-24 20:10:58 +00:00
Roy Johnson
034496f260 Ready for 7.3.7 development 2007-01-24 17:54:20 +00:00
Roy Johnson
83c2595c40 -7.3.6 stable release
-fixed the slash_gateway and pageurl macro tests so they didn't reak havoc on the rest of the test suite.
2007-01-24 17:32:57 +00:00
Colin Kuskie
d5b1fe318e bump minimum required DBD::mysql version to that used by the WRE 2007-01-24 05:32:57 +00:00
Doug Bell
304cae43d7 fix: Applied Martin's Date field fix to other fields + other fixes in the form fields 2007-01-23 23:59:27 +00:00
Colin Kuskie
66b59adde8 the Slash_gatewayUrl and PageUrl macros now accept optional URL arguments 2007-01-23 21:49:34 +00:00
Colin Kuskie
dfb19389a7 fix non-existant variables in the CS templates 2007-01-23 17:06:58 +00:00
Colin Kuskie
d3ba9c30f9 ISA relationships, asset template variables for the SQLForm 2007-01-22 23:42:48 +00:00
Martin Kamerbeek
3b08bbf7af Fixed a bug where isCurrentPost was not set correctly 2007-01-22 20:25:44 +00:00
Colin Kuskie
014e40a005 fix missing modules in testEnvironment.pl 2007-01-22 18:28:29 +00:00
Frank Dillon
7a1f7b414b added statusToInclude flag in getLineage which allows you to filter assets by assetData.status. Completely backward compatible. 2007-01-21 16:48:52 +00:00
Frank Dillon
7021fafd87 fixes 2007-01-20 14:17:38 +00:00
Frank Dillon
24e6111bf0 fixed corner case which causes edit page not to load if an activity is undefined or cannot be defined. 2007-01-20 14:15:49 +00:00
Colin Kuskie
becc03efd8 pull cruft out of the Zip Archive template 2007-01-20 04:44:17 +00:00
Colin Kuskie
17fa32e3f2 note that templates have different template variables, based on their namespace 2007-01-19 22:06:28 +00:00
Colin Kuskie
6c6aad240d add tests to DateTime to guarantee that add works 2007-01-19 16:22:24 +00:00
Colin Kuskie
3930e1415d update test to track core change in Form/Checkbox.pm 2007-01-19 16:14:30 +00:00
JT Smith
e1cf7ae8d5 - Added a database optimization that will improve asset lookup performance by
as much as 600% on some sites.
2007-01-19 15:01:07 +00:00
Colin Kuskie
2180b9bf91 Added a test to see if clone would duplicate the session. It does.
Subclassed DateTime's from_object method, which was secretely deleting
the internal session variable.  There is probably a more robust way to
do this, such as by "...implementing the utc_rd_values() method as the
from_object docs suggest.
Finished fixing the bug with time zone errors in editing an event.
2007-01-19 06:25:43 +00:00
Colin Kuskie
17fac4a7cb New methods in WebGUI::DateTime that clearly state how they handle timezones.
The standard is everything going into the DB is in UTC.  Timezones have to be
manually handled after being fetched.
Added a test for the new methods and for object construction.
Changed Calendar and Event Assets to use the new methods.
Interim checkin to get some debug help from Doug.
2007-01-19 05:16:57 +00:00
Colin Kuskie
f6a956c447 mark toMysql as deprecated 2007-01-19 00:28:42 +00:00
JT Smith
8774a6c26a fix: CS email message shows up as an attachmetn 2007-01-19 00:21:07 +00:00
Frank Dillon
4e70567593 profile fixes 2007-01-18 21:53:13 +00:00
Frank Dillon
f614a0078a disabled from use with the profile 2007-01-18 21:50:13 +00:00
Frank Dillon
8b4bfa1c90 fixed issue where default value was never being set 2007-01-18 21:49:13 +00:00
Colin Kuskie
2c0c877102 fix broken wiki docs from patches last night 2007-01-18 18:06:58 +00:00
Roy Johnson
c122c089db Ready for 7.3.6 development 2007-01-18 04:32:01 +00:00
Roy Johnson
83ff62bd65 7.3.5 beta release 2007-01-18 04:06:43 +00:00
JT Smith
301b815e3a added restore option to wiki page 2007-01-17 23:33:58 +00:00
Colin Kuskie
1497c991a1 fix for escaping titles in the CS RSS template 2007-01-17 23:18:22 +00:00
Colin Kuskie
824b7a4545 Added JS confirmation for deleting wiki pages.
Documented need for JS confirmation and escaping
template variables to the gotchas file.
2007-01-17 23:10:00 +00:00
Colin Kuskie
e5ea16e1d2 documenting bugfix in changelog 2007-01-17 22:27:51 +00:00
Frank Dillon
5d4c076290 fixed corner case which causes the user profile to not load in cases where custom forms do not work or are broken. It now skips these and throws a warning 2007-01-17 22:16:42 +00:00
Frank Dillon
af9ab661a7 added JS fixes for IE6 and earlier 2007-01-17 21:51:54 +00:00
Colin Kuskie
9041d5746e add brief docs about escaping content inside the templates 2007-01-17 21:51:54 +00:00
JT Smith
02622ea55c - fix: notifications from postings
- Refactored the autocommit system to fix the notifications bug above.
2007-01-17 21:34:49 +00:00
JT Smith
2c7f49be9a Fixed a bug with RSS feed generation and attachments. 2007-01-17 18:24:15 +00:00
Doug Bell
d5b79ae217 Fixed RSSFromParent bug 2007-01-17 18:20:00 +00:00