Commit graph

2411 commits

Author SHA1 Message Date
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
Drake
58449bb158 Multiple fixes:
- Caching of overrides was using inconsistent tag in Shortcut assets.
  - Fix JavaScript race condition in dashlet prefs form code.
2006-09-01 02:49:13 +00:00
Drake
a72ba4c8c2 Fix "Edit existing project not pulling original data". 2006-08-31 04:21:43 +00:00
Drake
565119fa1a Multiple changes:
- Shift ProfileField API so that new returns undef on invalid fields.
    This makes it possible for Shortcut::www_saveUserPrefs to execute.
    The class methods in ProfileField are now also actually class methods.

    + Also fix up other modules that created dummy ProfileFields so that
      they don't need to do that anymore, because it's now invalid.

  - Merge contradictory-looking code from Shortcut's view and www_view
    into a reasonable compromise in view, and then have www_view call
    $self->view in a manner similar to that of the default Asset::view.

    + The profile field overrides still don't work, because there's no
      obvious mechanism for "transclude asset in context".  This may
      require some fiddling to get right...
2006-08-31 00:14:56 +00:00
Colin Kuskie
84e8d8f689 remove old discussion template variables from Article template docs 2006-08-30 16:38:32 +00:00
Drake
a02f17c887 Multiple fixes:
- Shortcuts that are dashlets no longer mysteriously mutate into
    their parents.
  - Saving edits to dashlet preferences no longer kicks you out of
    your version tag.
2006-08-30 05:19:23 +00:00
Drake
ef9dfaf868 Add lines to changelog for previous bug and RFE commits. 2006-08-29 20:18:57 +00:00
Martin Kamerbeek
6f86645097 fix: Spectre::Admin Error Message 2006-08-29 14:13:14 +00:00
JT Smith
283da1482e preparing for 7.0.7 bugfix cycle 2006-08-29 13:13:09 +00:00
Martin Kamerbeek
48a01cc878 fix: Matrix 'Can instantiate template' 2006-08-29 13:12:05 +00:00
Martin Kamerbeek
72fdc70a87 Fix: Error in StockData Default View Template 2006-08-29 12:19:26 +00:00
Martin Kamerbeek
50e8b14789 Fix: extra elements (tags) do not show up in HTML source 2006-08-29 11:33:09 +00:00
Martin Kamerbeek
3b9f541bd0 Fixed some issues with the override form in the Shortcut 2006-08-29 10:48:33 +00:00
Martin Kamerbeek
d22e96216e Fixed a bug in the Layout where it didnot inherit the layout template of its parent 2006-08-28 15:16:29 +00:00
Roy Johnson
c7a4c73e6b Changed behavior of Image assets when admin mode is on so that browsing to an images url no longer takes you to the assets edit screen, but rather to the image it's self. 2006-08-27 18:55:14 +00:00
Wouter van Oijen
fa3c90e586 fix: Add event does not work WebGUI 7.0.5 in combination with Proxy Caching turned off 2006-08-25 11:36:08 +00:00
Steve Swanson
d4b2d97d07 Keeps the form area from jumping down once the asset icon is loaded. 2006-08-21 15:35:00 +00:00
Martin Kamerbeek
6bf4e91d1a Fixed some SQLForm bugs 2006-08-20 13:23:12 +00:00
Martin Kamerbeek
f7654c83d6 fix: sqlform trunctate search results doesn't work 2006-08-18 13:08:22 +00:00
JT Smith
a2bf44d074 preparing for 7.0.6 release 2006-08-16 22:21:39 +00:00
JT Smith
35db285a67 - rfe: Workflow activity for assigning users to a group
- The prevent proxy cache setting also now sets anti-caching meta tags and
   HTTP headers.
2006-08-16 22:04:59 +00:00
Roy Johnson
7122e069e6 fix getMedia asset constructor returns wrong object type. Test Suite++ =) 2006-08-16 21:30:49 +00:00
JT Smith
80ef5e925a - Made some changes to make WebGUI compatible with the WRE for Windows.
- fix: cacheTimeout not respected as Visitor (Eric Kennedy).
 - fix: Email address with just one character in the user part not accepted
 - fix: Image (file) added to page shows before committing changes
 - fix: Typo in fileImport.pl at line 265 (zxp)
2006-08-16 21:25:27 +00:00
Colin Kuskie
1c39cf6bf9 fix missing semicolon in macro doc 2006-08-16 17:23:42 +00:00
Frank Dillon
a48a4dc3e3 small fixes committed. 2006-08-16 00:08:59 +00:00
Colin Kuskie
018ea2912c fix typo in Form/Date language code 2006-08-15 17:30:30 +00:00
Colin Kuskie
ca272c35a5 another doc fix, missing semicolons in macro doc 2006-08-11 15:29:04 +00:00
Colin Kuskie
43240215c9 fix typo in docs 2006-08-11 15:06:09 +00:00
Len Kranendonk
e2de5c79e2 RFE: By default Search results need to match ALL keywords 2006-08-11 09:58:01 +00:00
Frank Dillon
b70fa365d3 added cookieTTL property 2006-08-09 23:04:00 +00:00