Commit graph

1000 commits

Author SHA1 Message Date
Drake
f28d7e8b2d Fix bug with Matrix listing additions committing the current
working tag.  This creates a separate tag for the assets under each
added listing, modeled somewhat after how CS posts work.
2006-10-04 23:20:39 +00:00
Colin Kuskie
cd6caa0a8c fix project management template var and removed english text prepended to id 2006-10-04 16:43:37 +00:00
Drake
fd44b5d96e Tweak condition, possibly fixing a bug with resource display
in the Project Management asset.
2006-10-03 22:21:04 +00:00
Drake
2a7de10ab3 Fix onchange into onclick for radio buttons in task editor, and fix
erroneous doubled variable selected in query that was probably what
was causing times to show up as well as dates on some systems.
2006-10-03 21:55:58 +00:00
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
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
e8fd02ca9e Fix HTTP Proxy asset file uploads. 2006-09-28 01:49:12 +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
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
Drake
643f792008 Remove extraneous debug message. 2006-09-21 01:45:50 +00:00
Martin Kamerbeek
a8e06374ee Fixed an field type labels and an issue with displying images in the search results. 2006-09-08 12:06:34 +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
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
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
Martin Kamerbeek
31f951e498 some sqlform fixes 2006-09-06 14:11:06 +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
Drake
8045055d12 Fix: CS pagination not working for visitors due to caching error 2006-09-01 03:54:51 +00:00
Drake
a72ba4c8c2 Fix "Edit existing project not pulling original data". 2006-08-31 04:21:43 +00:00
Colin Kuskie
be7b5c38a9 1 getUrl was missed 2006-08-29 17:27:09 +00:00
Drake
936054ba19 Multiple fixes:
- Probably fix "more-geturl-bugs", but hard to verify.
  - Fix "last-modified-problem", approximately.  (Difficult or impossible
    in the general case for externally-retrieved content.)
  - Fix "rss-syndication".
  - Fix unnamed bug where Database caches would try to Storable::freeze
    non-references and thereby crash.
  - Fix "apache-version-component-in-wrong-place".
2006-08-29 16:44:41 +00:00
Martin Kamerbeek
48a01cc878 fix: Matrix 'Can instantiate template' 2006-08-29 13:12:05 +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
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
Wouter van Oijen
abc0f1d91f More getUrl() bugfixes 2006-08-25 11:47:51 +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
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
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
Frank Dillon
1d29eebca3 syntax fix 2006-08-16 00:03:46 +00:00
Roy Johnson
8576802abe Rollback 2006-08-09 13:22:34 +00:00
Roy Johnson
b7749551f8 fix - Search does only returns recent results 2006-08-09 12:53:24 +00:00
JT Smith
c956ba3969 - Added an option to override the session cookie domain.
- fix: Search results not showing synopses
 - fix: Redirects get displayed inside page layouts as '0'
 - fix: Mysterious "0" Appearing When Admin Is Off
 - fix: Deletion of Products
2006-08-08 17:27:41 +00:00
JT Smith
8818309eaa - Added a forum.lastPost.user.hasRead variable to the Message Board template. 2006-07-26 22:26:19 +00:00
JT Smith
03b4b0ed33 - fix: Head Block in styles
- fix: select assetVersionTag
 - fix: Infinite recursion
 - fix: assetUiLevel override broken
 - fix: Indexing files failes (derck)
 - fix: Unable to approve New listings on Matrix
2006-07-25 17:15:57 +00:00
Wouter van Oijen
03e602363b XHTML compliance 2006-07-25 12:34:08 +00:00
JT Smith
c65d9490e7 - Fixed mail bounce processing.
- fix: Asset Manager displaying incorrectly
 - fix: Cannot paste from clipboard
 - Made the search indexer mor compatible with Chinese and other non-ascii
   characters. (Thanks to Zhou Xiaopeng)
2006-07-24 22:18:39 +00:00
JT Smith
b5d749f6d2 Fixed a cross-Matrix linking problem when you have two or more Matricies on
one site with the same category names.
2006-07-24 15:58:02 +00:00
Wouter van Oijen
f325d030e9 fixed typo in template variable project.gantt.rowspan and documentation 2006-07-22 10:39:52 +00:00
Wouter van Oijen
1fe73fa764 fix: Dataform adding fields without filename 2006-07-21 13:25:28 +00:00
Eric Kennedy
fc0a50661f HttpProxy bug fix 2006-07-21 02:09:42 +00:00
Martin Kamerbeek
7d453b758c Fixing a typo 2006-07-20 15:03:03 +00:00
Wouter van Oijen
c545bea063 fix: Article thumbnail not working 2006-07-20 12:46:54 +00:00
Martin Kamerbeek
75b03b006e Adding reverse page loop 2006-07-19 15:57:12 +00:00
Martin Kamerbeek
e3b558fc2b Fixed bugs in navigation template vars and privilege bug in WG::A::File. Also added page.parent.rank tmpl_var to the nav template. 2006-07-19 15:16:53 +00:00
Wouter van Oijen
209e529a45 removing redundant words 2006-07-19 14:57:20 +00:00
JT Smith
1bfcf846ce - Fixed a bug that didn't allow you to search a matrix.
- Fixed a bug in the upgrade that caused template problems with the WebGUI 6
   template if anyone was still using that.
- fixed a documentation bug
2006-07-18 17:08:25 +00:00