Commit graph

1136 commits

Author SHA1 Message Date
Colin Kuskie
3d5763269a Fixed a bug in the Event view where the link to the Calendar Search
was wrong.  Added a new template variable, urlSearch to the Event view
template.  I added a new method to the Calendar to handle this, getUrlSearch.
2007-02-28 20:20:37 +00:00
JT Smith
2ae31ce34b - fix: WeatherData asset not displaying properly
- rfe: Weather-Data not only for US-Cities
 - rfe: WeatherData Asset - Convert to International format
2007-02-25 18:55:10 +00:00
Yung Han Khoe
5c09bbfce8 SQLForm: processing of Macro's in default value didn't work. 2007-02-23 16:32:24 +00:00
Colin Kuskie
859886e8f8 fix for importing unsigned ints into the SQL Form from an existing table 2007-02-18 22:50:24 +00:00
Colin Kuskie
4cf11a716f Fix the POD for Storage.pm
Fix for bad calendar day names in the month view.
2007-02-17 16:53:03 +00:00
Colin Kuskie
ab6d0d2ce6 fix for file uploading problems in File, Image, FilePile, Graphics (font) and FormHelper 2007-02-16 22:31:53 +00:00
JT Smith
e594cb3d6c - Fixed a problem where you couldn't upgrade directly to 7.3.9 from versions
earlier than 7.3.8.
2007-02-15 23:27:09 +00:00
JT Smith
717429037d fix: Incomplete asset cause manage Trash to fail 2007-02-15 03:12:35 +00:00
JT Smith
6e451a2b5c fix: SQL Report: Paginate After 2007-02-15 02:54:28 +00:00
Roy Johnson
8d80c2c613 - 7.3.9 release (for real this time hopefully)
- fix syntax error in EventManagementSystem (yay smoketests!)
- Note in gotchas that upgrade can take a long time to run
2007-02-14 15:32:05 +00:00
Colin Kuskie
8baac2160b fix EMS bug pertaining to use of getUrl and session->icon 2007-02-14 06:14:37 +00:00
Yung Han Khoe
dc82e6f3bd Fix for radioList fields in view. 2007-02-12 15:08:47 +00:00
Colin Kuskie
59d074464b fixing WSClient pagination variable rewriting 2007-02-10 05:20:44 +00:00
Colin Kuskie
84198ceea0 More tests for AdSpace/Ad.pm, one of which found a bug with
handling Macros in Rich Media ads.  This was fixed.

Just the start of template docs for the Calendar.  Finishing the 
Calendar docs requires doing the Event docs.
2007-02-10 00:16:16 +00:00
JT Smith
22e621295c SQL Form and big table imports 2007-02-08 23:15:30 +00:00
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
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
Doug Bell
d0c37ba736 fix: Event not reapplying all-day radio button after error 2007-02-01 22:51:35 +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
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
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
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
JT Smith
b319535fd1 - Added a attachment_thumbnail option to the CS RSS feed. 2007-01-25 17:14:25 +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
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