Commit graph

2876 commits

Author SHA1 Message Date
Colin Kuskie
98e5d9ea56 spectre skips sundays due to an off by 1 diff between cron format and DateTime->dow 2007-03-12 15:26:21 +00:00
JT Smith
456ec9dd0b fixed a double // problem with export, and added a missing entry to the change log 2007-03-12 15:16:38 +00:00
Colin Kuskie
ec569fdd6a make getRevision return revisions in order or revisionDate 2007-03-12 03:06:47 +00:00
Colin Kuskie
e309143bfa props to matt for the i18n precache 2007-03-12 00:53:18 +00:00
Colin Kuskie
ac2705c217 props to Matt for the WeatherData patch 2007-03-11 23:43:35 +00:00
JT Smith
3c7bfb6595 7.4 Editing SQL Form seems to break site ...? 2007-03-09 05:22:42 +00:00
Colin Kuskie
dbd28e465e document the calendar uiLevel bugfix 2007-03-08 22:59:01 +00:00
Colin Kuskie
62f3a9b045 Calendar needs to cleanup its feeds when it is deleted 2007-03-08 21:12:02 +00:00
JT Smith
cc569b1b4d - URLs that would have been created like page.html/article.html are now
created like page/article.html to make them look more realistic.
2007-03-08 19:31:08 +00:00
JT Smith
f43fb782f4 - Changed Manage Revisions screen to order revisions by descending revision
date.
2007-03-08 17:19:00 +00:00
JT Smith
239e68d476 - Fixed a problem with JSON formatting in spectre config transaction. 2007-03-08 16:55:48 +00:00
JT Smith
75e6ba400b forgot to add comment about fix in export 2007-03-08 01:25:54 +00:00
JT Smith
a2cf1ce813 - fix: Linking Pages 2007-03-08 00:29:24 +00:00
JT Smith
fc3f206171 EXPORT- Exporting Files (PDFs, docs, and some pages) 2007-03-07 21:50:25 +00:00
JT Smith
0ceb0f68e3 - Made slave handling more fault tollerant, and slightly higher performing. 2007-03-07 19:22:45 +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
70e156542a fixed a bug in the left column layout template, which was still using RawHeadTags 2007-03-05 16:26:53 +00:00
Colin Kuskie
e1c69f91d9 fix display of assets in clipboard that cannot be trashed 2007-03-03 22:25:36 +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
ac6116b7a0 Added a dbSlave test to Session.t. It's kind of a hack as it sets up
a slave reference back to the original db from the config.
Bug fixes for the TrashClipboard workflow activity.  The dates were off,
since the interval returns an epoch, and the call to Asset->new didn't
have the session.
2007-03-02 16:51:49 +00:00
Martin Kamerbeek
52ebd6eece Fixed resize bug in fileImport.pl where vertical images would not be resized. 2007-03-02 13:47:26 +00:00
Colin Kuskie
6bca733129 props to Isaac from Core Mobility for the ODBC patch 2007-03-02 00:04:37 +00:00
Colin Kuskie
83eb765fef add docs for fixing missing thumbnails and add the --help switch to the thumbnailer script 2007-03-01 22:37:25 +00:00
Colin Kuskie
89686f3fd9 set default group to edit events to be the same as group allowed to edit calendar 2007-03-01 22:03:06 +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
Roy Johnson
1ed783b2c5 Ready for 7.3.12 dev 2007-02-28 18:01:10 +00:00
Roy Johnson
426516dd35 7.3.11 release 2007-02-28 17:06:11 +00:00
Colin Kuskie
85ecb2364a fix thumbnailing of uploaded images via the RTE 2007-02-28 05:35:47 +00:00
Colin Kuskie
218415ad27 fix generic package uploading 2007-02-27 19:05:45 +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
Martin Kamerbeek
21573a54f1 fileImport fixes. 2007-02-26 21:43:53 +00:00
Colin Kuskie
5aa21faaa3 fixed two outdated doc bugs 2007-02-26 17:31:08 +00:00
JT Smith
9cacb28c69 You must now also have Weather::Com::Finder 0.5.1 installed. Do
this before you upgrade.
2007-02-26 06:44:13 +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
JT Smith
77d287b631 added coverage test option 2007-02-24 17:45:32 +00:00
Colin Kuskie
906775d505 AdSpace has 100% coverage, aside from some conditionals in the set method.
Found and fixed an off by 1 error in displayImpressions that allowed boughtImpressions+1
impressions to be displayed.
2007-02-23 04:59:06 +00:00
Roy Johnson
9e3d3be4e0 Ready for 7.3.11 dev 2007-02-21 19:10:06 +00:00
Roy Johnson
02bcae19a8 7.3.10 release 2007-02-21 16:00:51 +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
Doug Bell
11b308df81 fix: 7.2.3-7.3.0 upgrade now grabs the latest committed version of Events, instead of a random version
fix: 7.2.3-7.3.0 upgrade now does not modify the URL of the Calendars it migrates
2007-02-16 18:36:43 +00:00
Doug Bell
efb0109465 fix: Creating users with same e-mail address doesn't work 2007-02-16 16:53:50 +00:00
Jukka Raimovaara
8bac5fd39a fix: Calendar Next / Previous when startTime was involved 2007-02-16 03:18:24 +00:00