Commit graph

1544 commits

Author SHA1 Message Date
Doug Bell
2d9649dc10 fix: EMS now keeps information about registration if a user logs out before they complete their transaction. 2007-04-06 00:55:39 +00:00
JT Smith
fdf9c65ab5 - fix: a typo in DatabaseLink.pm
- fix: a typo in CleanTempSpace.pm
 - fix: an unhandled exception in Asset/File.pm
2007-04-04 16:03:34 +00:00
Nik Ogura
092d3acbf3 fixed permission bug on line 785: privilege::insufficient changed to privilege->insufficient 2007-04-02 15:16:23 +00:00
Nik Ogura
0c1a2e10b4 Bare skeleton wouldn't compile. Needed $session declared in view method 2007-03-29 21:32:07 +00:00
Colin Kuskie
9b3a18405a fix calendar typos 2007-03-28 16:13:03 +00:00
Colin Kuskie
9e0c0d2594 add documentation for urlIcal template variable, and make it point to the URL, rather than the method 2007-03-27 20:43:16 +00:00
Nik Ogura
211bbb552a added 'urlIcal' to global variables 2007-03-27 18:11:42 +00:00
Colin Kuskie
c410bfd146 fix for SQLForm database table permissions where the user is granted permission on all databases 2007-03-27 05:40:54 +00:00
Colin Kuskie
e58f062114 Added missing croak arg to use Carp line.
Stored recurId into the object and db after it is created in setRecurrence.
2007-03-24 03:47:44 +00:00
Colin Kuskie
b9e6914f34 fixed a bug where a user could see the Calendar edit form but not save it. Event->canEdit now returns the parent canAddEvent check 2007-03-24 01:09:19 +00:00
Doug Bell
d8d1863c47 fix: Removed post hidden element and just exposed the value of user Defined fields. 2007-03-22 23:40:20 +00:00
Doug Bell
c9f8a5e63b Reverted additional Post Form template variable 2007-03-22 22:53:14 +00:00
Colin Kuskie
2a19799651 cat svn-commit.tmp 2007-03-22 22:33:17 +00:00
Doug Bell
cb3e36b180 Added ability for post content to be gotten from a template variable. 2007-03-22 22:13:20 +00:00
Doug Bell
7fce9af117 add: User Defined Fields in Post Edit template can now be used as hidden form elements 2007-03-22 19:34:54 +00:00
Colin Kuskie
6569887382 each asset now sets its own RawHeadTags. There is no need for Layout to do it anymore. It actually causes the Raw Head Tags to appear twice when viewed from the parent 2007-03-21 20:25:46 +00:00
JT Smith
82df712135 - fix: EMS: Adding badges for others 2007-03-20 17:40:51 +00:00
Doug Bell
991aac998a fix: t::WebGUI::PseudoRequest now works properly
add: Added some additional vars to Calendar Week view
fix: WebGUI::DateTime now handles MySQL strings more robustly
2007-03-20 17:27:30 +00:00
Doug Bell
b75ecdaa5e fix: Event userDefined fields now work properly. 2007-03-20 00:09:16 +00:00
JT Smith
1e92bfa386 - fix: SQLReport SubQuery Pagination (William McKee / Knowmad Technologies)
- fix: SQL Report: Paginate After (Still) (William McKee / Knowmad
   Technologies)
2007-03-15 03:26:40 +00:00
Colin Kuskie
f8c0cb1041 s/descendent/descendant/msg when calling getLineage 2007-03-13 19:45:38 +00:00
Colin Kuskie
b97caae3c8 fix a bug with duplicating calendars that interfered with deploying packages 2007-03-13 16:37:17 +00:00
Colin Kuskie
04131bd920 add just regular old Cloudy to the list of Weather conditions 2007-03-11 23:34:39 +00:00
Colin Kuskie
72d1b9acc7 call out the correct Weather::Com module 2007-03-09 17:16:29 +00:00
Yung Han Khoe
4848b64345 SQLForm: fix: check if table is already used by other SQLForm 2007-03-09 14:44:02 +00:00
Colin Kuskie
98cc2c684c invert the logic on getEventsIn to grab events that hang into and out of the time frame. The same needs to be done to non-all day events 2007-03-09 06:01:02 +00:00
Colin Kuskie
62f3a9b045 Calendar needs to cleanup its feeds when it is deleted 2007-03-08 21:12:02 +00:00
Colin Kuskie
0764ae4001 implement Dougs weekView todo with day spanning events 2007-03-07 23:28:11 +00:00
JT Smith
fc3f206171 EXPORT- Exporting Files (PDFs, docs, and some pages) 2007-03-07 21:50:25 +00:00
JT Smith
3a8bd77cde - Made Weather Data asset more fault tollerant.
- Made CS related upgrades more fault tollerant.
 - Enhanced HTTP caching directives.
2007-03-07 19:12:37 +00:00
Colin Kuskie
9031a17c35 Fix for calendar search. The search always returns relative URLs, so you must manually put them through session->url->gateway 2007-03-07 18:49:39 +00:00
Colin Kuskie
57fc140369 Made file upload use the Form API instead of the Storage API due to name hacks 2007-03-06 03:43:48 +00:00
JT Smith
7b414dfd28 - Performance enhancement added to Page Layouts to make them do template
processing twice as fast.
2007-03-05 20:27:17 +00:00
Colin Kuskie
c3052fcd67 1) Fixed a bad module name that prevented the updated WeatherData from running.
2) Heavy refactor of getAssetsInClipboard to make it use getLineage instead of
custom SQL.

Made Workflow/Activity/TrashClipboard use the same method.

Updated getLineage so that the whereClause key must not only exist, but actually
have something in it.  Otherwise it generates an empty pair of parens, which is
a SQL error.
2007-03-05 17:47:30 +00:00
Colin Kuskie
068f8abd5a fixing bad rendering in time tracker manage projects screen, missing end div tag 2007-03-03 00:42:16 +00:00
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
ff03aebfd3 Tiny MCE--> Relative Absolute URL for Images IE and Firefox different 2007-02-27 18:41:01 +00:00
Colin Kuskie
1b1804fc16 fixing Calendar/Event add/edit privileges 2007-02-26 23:13:36 +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
Doug Bell
6c8e840fe6 fix: Events are created with no group information 2007-02-16 19:37:39 +00:00
Jukka Raimovaara
8bac5fd39a fix: Calendar Next / Previous when startTime was involved 2007-02-16 03:18:24 +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