Commit graph

1448 commits

Author SHA1 Message Date
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
Colin Kuskie
7529f9c147 asset template variables, ISA relationships and new i18n tag for HttpProxy 2007-01-17 04:29:18 +00:00
Colin Kuskie
fbb242fc5d Added a new i18n tag for N/A in Project Manager.
Finished dashboard (main view) document.
2007-01-16 18:04:25 +00:00
Colin Kuskie
4056586ad7 fix subroutine instead of method calls for privileges 2007-01-12 17:56:43 +00:00
Colin Kuskie
da03424051 Fix a bug with uploading files through the FilePile.
Permissions default to those of the parent, but if they are overridden in the FilePile
form the form settings are now taken.
2007-01-11 03:56:44 +00:00
Frank Dillon
bec299d698 fixed tooltips for IE 2007-01-11 01:15:04 +00:00
Doug Bell
6682be305b fix: Calendar still not using proper gateway. 2007-01-09 21:52:21 +00:00
Roy Johnson
2ad1b494fe fix - Wiki shows add link to users who don't have privileges to add
fix - XSS Vulnerability in Wiki page titles
fix - Wiki does not allow you to specify the content to allow in submitted pages or content filtering
fix - GetSyndicated Content Workflow activity doesn't check for timeout
fix - GetSyndicated Content Workflow activity does not trap errors
2007-01-07 03:12:21 +00:00
Roy Johnson
a7976f7256 fix - Cannot add new page to the Wiki 2007-01-05 22:57:39 +00:00
JT Smith
a0a055296b fix: Closed Posts Displaying in CS 2007-01-05 15:52:25 +00:00
JT Smith
9e599bdbae reformatted ugly query 2007-01-05 15:08:34 +00:00
Martin Kamerbeek
f39c97fb53 Fixed a dsn parsing bug in the sqlform 2007-01-05 12:44:33 +00:00
Martin Kamerbeek
a782df32fb Merry Xmas bugfix #2: 2006-12-26 18:20:39 +00:00
Martin Kamerbeek
f008f68bfc Merry Xmas bugfix #1: sqlform would not always obey regexes 2006-12-26 15:04:59 +00:00
Colin Kuskie
93288c8332 Huge amount of ISA work for Assets (as opposed to Wobjects).
Bug fix for toolbar button rows that do not go away when all buttons
are deselected.
2006-12-23 23:58:51 +00:00
Doug Bell
cdaef9d5e3 Multiple fixes in the code Doug wrote for 7.3 - Calendar / DateTime / Event
- fix: Calendar now reports proper product ID on iCal feed
 - fix: Calendar now tries to use the feed ID when sending uid of event on iCal
        feeds (to prevent over-propagation of events shared between calendars).
 - fix: Bug in AssetLineage->getLineage documentation.
 - rfe: Event now has a template var to toggle if an event only lasts one day
 - rfe: WebGUI::DateTime->toMysql now automatically adjusts to UTC. NOTE:
        toMysqlDate and toMysqlTime do NOT adjust for timezones. If you are 
	using them you must adjust manually.
 - fix: Bug in WebGUI::DateTime documentation
 - fix: Calendar default date of "first event" or "last event" now works.
 - fix: Calendar now handles Events that have ' in titles appropriately.
 - rfe: Added a "dateSpan" Event template variable that will show a properly
        formatted date/time span depending on how the event's start and end are.
2006-12-23 02:22:02 +00:00
Colin Kuskie
56e7854ae3 remove calls to non-existant tables in Wiki* purge methods 2006-12-21 17:25:48 +00:00
Martin Kamerbeek
32662367ec A bunch of sqlform fixes 2006-12-19 18:10:12 +00:00
Colin Kuskie
4a67861792 fix typos in i18n work from yesterday 2006-12-19 16:56:58 +00:00
Colin Kuskie
bea0ae472a Two bug fixes, for Wiki History and initial drop down setting in the Group Search dialog.
Documented the Wiki Page history template and i18n'ed the delete confirmation in the history
interface.
2006-12-18 22:57:38 +00:00
Colin Kuskie
36873f8479 Fix a bug where thread owners Avatar was used if post owner
did not have one.  This is due to behavior in HTML::Template
with global_vars=1.  If a loop variable is undef, then the global
will be used instead.  Using empty string '' is a better solution.
'' and undef are both false, so template conditionals will not
be changed.
2006-12-16 07:20:01 +00:00
Doug Bell
ab39fa780b Some calendar documentation cleanup 2006-12-13 19:46:59 +00:00
Doug Bell
66f74183af Calendar and Event print templates plus other template fixes. 2006-12-13 18:55:52 +00:00
Colin Kuskie
a0d3c2d17c implemented a karma RFE for adding template variables to the front page of the Wiki 2006-12-12 18:09:44 +00:00
Doug Bell
d44fbcacca fix: Various Calendar template fixes. 2006-12-12 00:20:52 +00:00
Doug Bell
ca21c7d5da fix: New Calendar/Event not handling gateway properly. 2006-12-11 18:17:21 +00:00
Colin Kuskie
c3eaa14741 i18n some InOutBoard template labels 2006-12-11 04:24:58 +00:00
Roy Johnson
876b750831 removing old EventsCalendar files 2006-12-10 23:01:53 +00:00
Colin Kuskie
15a498ca3a fix bad whitespace before POD directive 2006-12-09 15:53:08 +00:00
Colin Kuskie
2c246c06cc fix a bug where updating the storageId in File Type assets did not update the cached storageLocation. Also fixed the Thumbnail Macro test 2006-12-09 06:05:26 +00:00
JT Smith
fe302de9d0 - Fixed a problem with IE and resizable text areas that caused IE to crash
when loading edit screens.
 - Fixed a problem with the new autocommit code that caused reply posts not to
   work in the collaboration system.
2006-12-07 16:54:01 +00:00
JT Smith
430583ef1c fixed a couple of bugs with the new autocommit functionality for cs posts and the like 2006-12-07 00:17:54 +00:00
Colin Kuskie
a8e972695e change the order of the Article fields to make logical sense 2006-12-06 23:42:01 +00:00
Doug Bell
40f08d9a89 Fixed another iCal bug in Calendar... I'm not feeling the confidence I once felt... 2006-12-06 23:29:02 +00:00
Doug Bell
0bb7482cfa Fixed iCal bug in Calendar 2006-12-06 23:14:52 +00:00
Doug Bell
9a86e99710 Updated Event to use new autocommit interface 2006-12-06 22:38:41 +00:00
Drake
4f57b49504 Fix form processing bug with HTTP proxy. 2006-12-06 20:22:12 +00:00
Roy Johnson
36ef194db1 fix - Updated Snippets not being cleared from cache 2006-12-06 18:15:01 +00:00
Drake
f3f2a2296b Fix visitor name disappearing on preview in CS. 2006-12-06 17:37:57 +00:00
JT Smith
eb580be7f1 removing the autocommit jury rig that posts and wikipage's were using 2006-12-06 17:35:36 +00:00
JT Smith
4eb99cebfb the wiki is working better now 2006-12-06 16:04:13 +00:00
Drake
de1b160c2b A few more minor cleanups of the attachment stuff. 2006-12-06 11:55:37 +00:00
Doug Bell
b55266e821 Tentative final Calendar beta for testing. 2006-12-06 08:02:42 +00:00