Commit graph

1023 commits

Author SHA1 Message Date
Roy Johnson
c197ded0a9 Added feature to the Syndicated Content Wobject that allows the use of macros in the RSS URL property 2006-11-02 20:17:47 +00:00
Doug Bell
3ab139e6cc fix: SQLReport no longer paginates or runs nested queries when downloading.Stow's warning when cache is disabled is now a debug message, since that's what debug messages are for. 2006-11-02 18:08:39 +00:00
Roy Johnson
d4a5320e0a merging bugfixes from branch to head 2006-11-02 02:29:27 +00:00
Drake
7dcd6c0bfd Merge r3114 fix for HttpProxy not requiring Apache2::Upload correctly
into HEAD.
2006-11-01 21:27:17 +00:00
Drake
84b3bd9003 Merge r3112 bugfix from branch/WebGUI-7.1 re Matrix assets not correctly
propagating their permissions to newly-created listing Collaboration Systems.
2006-11-01 19:14:24 +00:00
JT Smith
67dfefff08 merging 7.1.3 changes 2006-10-31 23:34:55 +00:00
Martin Kamerbeek
82bea1825c Fixed a a settings bug and a poll bug 2006-10-31 18:17:06 +00:00
Doug Bell
524f361047 fix: HttpProxy would not put correct values for multiple query params
with the same name
Tried to clean up some HttpProxy code. Still rather ugly (need rewrite?)
2006-10-27 23:40:34 +00:00
Doug Bell
50e7645322 fix: SQLReport now throws fatal if can't find DatabaseLink
DatabaseLink now warns if can't find DatabaseLink
2006-10-27 20:42:59 +00:00
Drake
bebf3f159c Make all LWP user agents use env_proxy. 2006-10-26 20:07:43 +00:00
Colin Kuskie
f3ab99bc02 sales tax 2006-10-21 01:13:07 +00:00
Drake
6a723e5767 Merge fix from r3049 of 7.1 branch related to dashboard error pointed out
by bug report "Macros failing due to Utility::isIn() bug".
2006-10-20 21:32:10 +00:00
Drake
c5e656c434 Reverse r3021 by request. 2006-10-16 14:03:15 +00:00
Drake
1674bcfe10 First semi-usable version of wiki asset. This should probably be improved
somewhat before release; the default page selector doesn't quite work the way
it should, and there aren't icons, and there are a few features missing, and
some code duplication, &c.
2006-10-13 20:08:56 +00:00
Doug Bell
d0ef4e92db Fixed default value for download type 2006-10-12 23:51:29 +00:00
JT Smith
4f0d117c9f Added Karma RFE: Thumbnail size can be enterred in CS 2006-10-11 04:05:12 +00:00
Doug Bell
6d56df1362 Added SQLReport download and Product AddToGroup handler 2006-10-10 18:14:31 +00:00
Drake
38fdcf335f Associated with r2980: force PM assets to recalculate project completion
percentages in the upgrade script.
2006-10-06 23:45:26 +00:00
Drake
a713e90d9b Fix project manager project completion not working correctly, and task
editor not preserving duration.
2006-10-06 23:28:52 +00:00
Drake
6516062d4d Overall refactoring of projectDisplay.js from the Project Management asset.
Hopefully this will make it much easier to deal with later, and hopefully this
will help to flush out the remaining duration-calculation-related bugs by
avoiding repetition of the calculations.  Various minor fixes in the process.

I'm not convinced this is completely bug-free yet, of course, but it does
seem at least to be slightly less broken than before, so.
2006-10-05 23:07:13 +00:00
Eric Kennedy
01bfe673ae fix: Error Displaying Multiple TimeTracking Wobjects 2006-10-05 20:45:52 +00:00
Drake
0be1331431 Fix problem with task edit screen in PM not receiving the proper start and end dates
for its form fields when first opened.
2006-10-05 17:27:34 +00:00
Drake
d7a90bd48d Fix user searches in task resource additions in the Project Management
asset not displaying right without both first name and last name profile
fields present.
2006-10-05 00:28:11 +00:00
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