Commit graph

2440 commits

Author SHA1 Message Date
Drake
b8f173fefe Add progressive tasks to the Task Manager; these are distinct from the
existing timed tasks and milestones in that they have a duration that
increases based on the amount of time tracked for them, and no set
completion time.  Nearby minor fixes.
2006-10-02 22:33:00 +00:00
JT Smith
51280b0b38 Rearranged the autotag name creation to be easier to read. 2006-10-02 17:29:00 +00:00
JT Smith
e22c679421 - Removed the need for DateTime::Cron::Simple, which also added the ability
to use ! < and > in schedules.
2006-09-30 19:29:47 +00:00
Drake
066dbab461 Make Project Management asset task editor default start date of task
to start date of project.
2006-09-29 17:54:05 +00:00
Martin Kamerbeek
9096e6f9fe Fixed some bugs and refactored some parts of the SQLForm. 2006-09-29 13:16:11 +00:00
Drake
c71a1ac5ee Refactor getEditForm override back into definition clauses for Collaboration
asset.  Should still do this for the remaining assets that no longer need
getEditForm overrides with the existence of autoGenerateForms in definition.
2006-09-29 01:50:58 +00:00
Drake
da1a49f183 Improve robustness of Stock Data asset on erroneous or absent
data, and add a timeout.  Associated refactoring.
2006-09-29 00:18:43 +00:00
Drake
7c31a532c9 Remove extraneous discussion template vars from Default Article template. 2006-09-28 02:08:04 +00:00
Drake
e8fd02ca9e Fix HTTP Proxy asset file uploads. 2006-09-28 01:49:12 +00:00
Drake
bb360794c1 Partially fix sending of invalid Message-ID headers from post notifications.
Associated refactoring.  The actual determination of the Message-ID still
needs some work, though.
2006-09-27 23:59:00 +00:00
JT Smith
a58d109b01 fixed a problem with multistage upgrades and the search bug 2006-09-27 22:54:11 +00:00
JT Smith
68d63c7e0a preparing for 7.0.8 release 2006-09-27 21:28:55 +00:00
JT Smith
f8d22359d5 Images now create revisions as you resize them, so you can roll back to a
previous size.
adjusted roy's test because it's not accurate
2006-09-27 21:19:19 +00:00
Drake
057d743dfb Fix problem with attachment section of post form miscalculating
the number of new attachments uploadable.
2006-09-27 02:00:49 +00:00
Drake
d428c0a0bc Clean up and refactor Default Thread template, per bug
"typo + obsolete approve section in flat part of CS Default Thread template".
2006-09-27 00:06:16 +00:00
JT Smith
58b3128a3a Fixed the search function that broke in 7.0.7.
also fixed a user profile problemm
2006-09-26 20:34:59 +00:00
Roy Johnson
e05962ff09 forgot changelog entry 2006-09-26 17:05:36 +00:00
Drake
dbc34c6270 Apply slightly modified versions of DBell's patches for:
- admin bar causing pages to extend forever
  - changing asset URL returning to old URL rather than new
  - performance indicators interfering with non-HTML data
2006-09-26 04:59:15 +00:00
Drake
4f7a3bf490 Fix bad interaction between WebGUI::Asset->new() and caching mechanism. 2006-09-26 04:08:16 +00:00
Drake
1dd24dd6b7 Refactor duplicated asset export code. Fix asset context error
in the process, which should in turn fix a few related bugs
with static export.
2006-09-25 21:36:56 +00:00
Drake
b196473eaf Make WeatherData use basename for alt text of icons, rather than full URL.
Also change the if/if/if linear-search lookup that it was using to a hash.
2006-09-23 02:33:57 +00:00
Drake
3bf49188e9 Have 7.0.8 upgrade script fix the MIME type of the robots.txt snippet. 2006-09-23 01:43:51 +00:00
Drake
c438d55310 Normalized signature of Asset::duplicate. This involved going through
existing overrides and callers for that method and making sure they followed
the correct signature.  Various related cleanups.

This should fix those bugs with collaboration systems refusing to be copied
or deployed as packages.
2006-09-23 01:33:46 +00:00
JT Smith
3f45819b49 fixed a bug that would only happen when you tried to deploy a package that contained collaboration systems with posts 2006-09-22 18:09:08 +00:00
Drake
a170904340 Add support for browser-session cookies, using a cookieTTL value of
"session".
2006-09-21 18:42:41 +00:00
Drake
31cbd665e6 Back out r2910 for now since it doesn't seem quite right. This
needs further examination.
2006-09-21 08:19:15 +00:00
Drake
fcbefb7286 Make clipboard copies not do the bizarre thing that duplicate usually does
where the duplicate asset becomes a child of the original.  This fixes the
error with copying Collaboration System assets.
2006-09-21 01:12:56 +00:00
Drake
1ad3f6e3b3 Make DBI connect errors not infinitely recurse. 2006-09-21 00:25:01 +00:00
Drake
a76394bc93 Update changelog for previous revision, oops. 2006-09-20 23:26:07 +00:00
Drake
76536e8cf0 Fix command-line Spectre ping not using the IP address from the config. 2006-09-18 20:46:45 +00:00
JT Smith
90cb569bb5 - fix: deleting workflows did not delete related instances and crons
- Added a "run" link to the scheduler and the running workflows listings to
   aid in debugging workflow errors.
 - fix: profile fields not validated by WebGUI::User
2006-09-15 06:08:30 +00:00
JT Smith
7852441151 preparing for 7.0.8 bugfix cycle
- Fixed a couple of minor bugs with the default values of the Request
   Approval for Version Tag workflow activity.
 - Updated the hoverhelp to denote that you can use ranges in the WebGUI
   scheduler.
2006-09-15 04:58:03 +00:00
Drake
54dc7206c0 Fix minor errors:
- typo in changelog
  - wrong lastUpdated in i18n/English/Asset_ProjectManager.pm
2006-09-08 01:56:26 +00:00
JT Smith
7bbe6b7acb preparing for 7.0.7 release 2006-09-08 01:34:47 +00:00
Drake
8d27693394 Enhancement: add observer groups to project manager projects, such that
anyone who is not in the observer group cannot view the project or see
it in the project list.  Some associated refactoring of project manager
permissions.  Schema change to accommodate the new data.
2006-09-08 01:10:16 +00:00
Drake
a2521f0472 Deactivate shading representation of lag time, and remove redundant
background-color specification in the CSS to avoid confusion.
2006-09-07 22:57:17 +00:00
Drake
1788eaae13 Attempt to fix taskArray breakage from r2879. 2006-09-07 22:43:17 +00:00
Drake
890688a5d1 Fix bogus extra comma in JavaScript from last revision. 2006-09-07 22:26:09 +00:00
Drake
ca653ebef8 Enhancement: add lag time to Project Management tasks. This adds a new
column to PM_task.  Also move the bulk of the PM project display JS
stuff into a separate JavaScript file rather than it being in a template
in the database.
2006-09-07 22:01:36 +00:00
Frank Dillon
428a3f8ac4 RandomThread fix 2006-09-07 21:06:59 +00:00
Roy Johnson
aac1df8dfb fix - makePrintable operation with other styleId 2006-09-07 18:17:32 +00:00
Frank Dillon
a4c114e13b updated styles to look nicer 2006-09-07 18:07:26 +00:00
JT Smith
35f4f5c4fb rfe: Image Management (funded by Formation Design Systems) 2006-09-07 01:05:34 +00:00
Drake
5e7565d8df Major enhancement: add multiple-resource support for tasks in the project
management asset.  This should still integrate with the time tracker
properly, and the data migration across the schema change should be handled
by the upgrade script.
2006-09-06 22:37:00 +00:00
Michele Dell'Aquila
bed0c9130f fix: can't change default size of text fields 2006-09-06 18:45:41 +00:00
Martin Kamerbeek
31f951e498 some sqlform fixes 2006-09-06 14:11:06 +00:00
Martin Kamerbeek
9de3c465a7 fix: Matrix and fixed a bug in fileUpload.pl 2006-09-06 13:37:23 +00:00
Eric Kennedy
d675ed5a29 Fixed WeatherData.pm. NOAA had changed the format of their output causing REGEXP to fail. 2006-09-05 18:37:56 +00:00
Martin Kamerbeek
518d820a5e fixed a search indexer problem and a tabs.css conflict with tinymce 2006-09-01 14:43:16 +00:00
Drake
8045055d12 Fix: CS pagination not working for visitors due to caching error 2006-09-01 03:54:51 +00:00