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
JT Smith
172985e2a0
- fix: 7.4 Editing SQL Form seems to break site ...?
2007-03-09 05:38:44 +00:00
Colin Kuskie
7d5e6ae526
remove debug code from User.pm and fix slave handling in Session
2007-03-08 22:54:20 +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
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
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
JT Smith
feca570b50
removed global $self from Graphics.pm
2007-03-07 16:21:51 +00:00
Colin Kuskie
ec3eebda9b
remove duplicate code in addUsers, add more tests to Group.t to cover
2007-03-07 00:16:22 +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
Colin Kuskie
6f441d69c3
mark Asset->get template variables as private
2007-03-06 02:03:00 +00:00
Colin Kuskie
f7b01f5aeb
Add the ability to mark documentation as private, so users don't get confused
...
as to which template variables to use. Tested this with the Article, now all
the others just have to be marked as well.
2007-03-06 00:36:18 +00:00
Colin Kuskie
ff30abdd13
fix typo in WebGUI i18n file
2007-03-06 00:35:20 +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
JT Smith
47c65b7d66
changed comma to colon to fix problems with macros that use commas as separators
2007-03-05 19:32:11 +00:00
Colin Kuskie
ecf0450558
update the clipboard docs to talk about the clipboard and uncommitted assets
2007-03-05 17:56:26 +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
d948cb4a33
fix typo in expireNotifyOffset method which prevents it from setting this value
2007-03-04 06:22:15 +00:00
Colin Kuskie
b25f80e114
placeholder conversion for the ProfileField module
2007-03-04 05:35:11 +00:00
Colin Kuskie
1412f023f1
Fixed a bug in WebGUI::User::profileField, where the check for whether or not
...
a profile field existed in the db always passed because it used quickArray in
scalar context. Since quickArray always returns 1 element, this was always true
and it never returned undef like it was supposed to.
To fix this, I added a new method called quickScalar that returns the first column
from the row as a scalar. It has a basic test in SQL.t.
Then there's the new test in User.t for coverage that exposed this problem, and
I also removed a whole slew of duplicate tests.
2007-03-04 04:18:59 +00:00
Colin Kuskie
7b97760236
fix a bug in the setting of private object data
2007-03-04 00:14:12 +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
be64f0367f
add missing SQLForm docs for the super search
2007-03-02 23:02:21 +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
Colin Kuskie
d94ca33474
beginning to document the super search template
2007-03-02 06:26:57 +00:00
Colin Kuskie
fcaf782f5b
ODBC dsns need long lengths like Oracle
2007-03-01 23:27:24 +00:00
Colin Kuskie
f800a0d8b0
Data::Dumper clean-up
2007-03-01 00:19:15 +00:00
Colin Kuskie
d32e127e8d
remove Data::Dumper
2007-03-01 00:16:44 +00:00
Colin Kuskie
211e9bd8a7
fix some bad POD in SQL.pm pertaining to how buildHash* works
2007-02-28 21:26:34 +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
Colin Kuskie
5fb55ba2de
and clean-up the original, dead storageId
2007-02-28 05:42:17 +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
Colin Kuskie
5aa21faaa3
fixed two outdated doc bugs
2007-02-26 17:31:08 +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
Colin Kuskie
4469301092
Based on SVN history, put the behavior of the SQL back and fixed the POD and
...
the tests.
2007-02-25 06:20:54 +00:00
Colin Kuskie
5a379fe91e
Add tests for urlExists and fix bugs in the method. It now handles
...
placeholders correctly and does exactly what the POD says, assetId
requires that the url be with that assetId, rather than not in that
assetId.
2007-02-25 06:18:15 +00:00
JT Smith
0b6c500a16
made the options in urlExists a hashref for future expandability
2007-02-24 17:16:18 +00:00
JT Smith
480cb392eb
added a urlExists method which is shared between fixUrl() and the fileImport script
2007-02-24 16:56:45 +00:00