Commit graph

1490 commits

Author SHA1 Message Date
Roy Johnson
5f04c5c49d fix - multiple matrix sharing features 2007-02-06 20:16:16 +00:00
Roy Johnson
9fe730adbb fix - Ignoring shortcut overrides 2007-02-06 18:06:09 +00:00
Colin Kuskie
3b6fdee0a9 fix for SQLForm 0 values in key/value pairs 2007-02-05 17:52:02 +00:00
Colin Kuskie
7323ec0c0a added safe top link to the top of the CS FAQ template 2007-02-03 22:54:21 +00:00
Frank Dillon
eafa4b407a edit branch no longer sends out notifications 2007-02-02 21:23:34 +00:00
Doug Bell
d3ac8526c1 fix: Those calendar bugs are finally fixed. I fix them coming in and break them going out... 2007-02-02 16:47:02 +00:00
Colin Kuskie
124f42f582 finish cleaning up debug code in WikiMaster 2007-02-02 06:33:33 +00:00
Colin Kuskie
d60e824ede Bug fix for Wiki search pagination.
The Paginator constructor docs were backwards for the formVar and pageNumber.
Switched the order of the formVar and pageNumber variables in the Search call to the Paginator.
2007-02-02 06:32:36 +00:00
Frank Dillon
6b8220f12b not sure if I fixed anything here, but whatever I did seems to have caused the problem to stop happening on plainblack.com 2007-02-02 00:22:23 +00:00
Frank Dillon
c53725921a RSS should be 2.0 compatible everywhere now. 2007-02-01 23:07:26 +00:00
Doug Bell
8e03386e39 fix: Event leaving mess in Apache logs 2007-02-01 22:59:43 +00:00
Doug Bell
d0c37ba736 fix: Event not reapplying all-day radio button after error 2007-02-01 22:51:35 +00:00
Doug Bell
426ffce9e3 fix - Couple Calendar bugs 2007-02-01 22:15:47 +00:00
Doug Bell
16ad4f3f16 fix: Calendar Event Details template now uses dateSpan friendly variable 2007-02-01 21:27:31 +00:00
Frank Dillon
6edfd18072 removed qa($ua) from use LWP::UserAgent which caused WeatherData.pm to fail in certain cases 2007-02-01 18:57:34 +00:00
Roy Johnson
c5b47acfe8 fix - EMS: blank lines appearing in registrants 2007-02-01 17:31:07 +00:00
JT Smith
53f73fcf45 added user defined fields to rss 2007-02-01 16:43:52 +00:00
Doug Bell
d6be45a1c0 Updated docs for AssetVersioning, WebGUI::DateTime
Added some Help/i18n for Calendar
Fixed some Asset::Event formatting issues
Step one in fixing AssetExportHtml
2007-02-01 16:36:48 +00:00
Colin Kuskie
063b69afbe fix of Post/Thread rating system 2007-02-01 04:28:53 +00:00
JT Smith
e1bd43b02e - fix: Added better error trapping for WikiMaster
- fix: Wiki causes site to fail
 - fix: Wiki Error on plainblack.com
2007-02-01 00:05:22 +00:00
Doug Bell
dd33c3e36f fix: Couple Calendar fixes. Some Calendar code formatting changes 2007-01-31 15:13:36 +00:00
Frank Dillon
b4eefcb2a6 fixed some template mistakes 2007-01-30 22:47:31 +00:00
Frank Dillon
2abd2066bd fixed issue causing add task page to load slowly on sites with lots of users. 2007-01-30 22:15:02 +00:00
Roy Johnson
8a722e9ae1 Image in trash though visible in article 2007-01-30 20:50:03 +00:00
Doug Bell
83dbcf63e9 Reformatted Calendar wobject to more closely conform to WGPB. Fixed a bug or two while I was at it. 2007-01-30 15:07:03 +00:00
Colin Kuskie
af5733bbc4 fix bad i18n calls in ProjectManager 2007-01-26 20:55:39 +00:00
Colin Kuskie
8ee6fc71af deref the property hash inside processPropertiesFromFormPost 2007-01-26 19:54:50 +00:00
Colin Kuskie
d37bf74175 passing ref to addChild overwrites self in sub duplicate 2007-01-26 19:20:24 +00:00
Colin Kuskie
4222bf2edf finish cleaning up %var 2007-01-26 19:14:01 +00:00
Colin Kuskie
e4f2493704 removing bad calls to $self->get for variables. This is now done in processTemplate anyway 2007-01-26 19:11:30 +00:00
Yung Han Khoe
23e466d891 SQLForm: added a template var to the Search Record template. 2007-01-26 17:19:21 +00:00
Colin Kuskie
bd7ef8d14e i18n and missing template variables for Project Manager Edit Task 2007-01-25 23:20:40 +00:00
Colin Kuskie
4285ee1e9c echoing TT fix into H::T::E for variable renaming 2007-01-25 17:59:24 +00:00
JT Smith
b319535fd1 - Added a attachment_thumbnail option to the CS RSS feed. 2007-01-25 17:14:25 +00:00
Colin Kuskie
a9e4de8ffa add missing i18n labels from ZipArchive template 2007-01-25 04:41:26 +00:00
JT Smith
7bb998c6ee - Fixed a template variable rewriting problem with Template Toolkit. 2007-01-24 20:10:58 +00:00
Martin Kamerbeek
3b08bbf7af Fixed a bug where isCurrentPost was not set correctly 2007-01-22 20:25:44 +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
JT Smith
301b815e3a added restore option to wiki page 2007-01-17 23:33:58 +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
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
JT Smith
cb367a8020 more formatting 2007-01-17 17:44:07 +00:00
JT Smith
78fb7ef8db fixed typo 2007-01-17 17:27:23 +00:00
JT Smith
ed4903f66f more formatting 2007-01-17 17:23:05 +00:00
JT Smith
b59b948bc1 more formatting 2007-01-17 17:05:59 +00:00
JT Smith
214c393a27 a ltitle cleanup 2007-01-17 16:39:46 +00:00
JT Smith
e42a744ed9 - fix: XSS Vulnerability in WikiPage titles
- Depricated the random array function in WebGUI::Utility in favor of 
   List::Utils per the WebGUI Best Practices.
2007-01-17 05:23:03 +00:00