JT Smith
70071838bc
Avatar profile field does not update immediatly when you are admin
2007-01-30 18:15:06 +00:00
Colin Kuskie
7279930574
correct LastModified macro docs and provide an example for the Date macro to do the task that people want
2007-01-30 17:49:35 +00:00
Colin Kuskie
de1d4f1373
update docs for content prototypes to show they pick up settings from the parent
2007-01-30 17:34:01 +00:00
Roy Johnson
30a0cda342
fix - lack of testing for valid object creation
2007-01-30 16:09:41 +00:00
Roy Johnson
63376067ff
removed some debug comments and fixed a cut and paste comment error
2007-01-30 15:44:31 +00:00
Roy Johnson
19bf1f4e8a
fix - export fails with strange urls. Factored url to path translation out into a seperate method. Added beginnings of a smoke test for AssetExportHtml.pm.
2007-01-30 15:34:43 +00:00
Doug Bell
83dbcf63e9
Reformatted Calendar wobject to more closely conform to WGPB. Fixed a bug or two while I was at it.
2007-01-30 15:07:03 +00:00
Colin Kuskie
3625526909
fix package double import problem
2007-01-30 04:31:36 +00:00
JT Smith
b806163b1e
- Fixed a typo in testEnvironment.pl version number for DBD::mysql
...
- Fixed a Recurring Payments processing bug: illegal division by zero
2007-01-29 22:57:55 +00:00
JT Smith
b92da4afab
Asset->get should return a copy of the properties hashref
2007-01-29 17:53:56 +00:00
Colin Kuskie
af5733bbc4
fix bad i18n calls in ProjectManager
2007-01-26 20:55:39 +00:00
Colin Kuskie
a745a91b8f
finish documenting the results loop of the Search Asset and fix the ISA relationship for asset template variables
2007-01-26 20:33:40 +00:00
Colin Kuskie
8ee6fc71af
deref the property hash inside processPropertiesFromFormPost
2007-01-26 19:54:50 +00:00
Colin Kuskie
d37bf74175
passing ref to addChild overwrites self in sub duplicate
2007-01-26 19:20:24 +00:00
Colin Kuskie
4222bf2edf
finish cleaning up %var
2007-01-26 19:14:01 +00:00
Colin Kuskie
e4f2493704
removing bad calls to $self->get for variables. This is now done in processTemplate anyway
2007-01-26 19:11:30 +00:00
Yung Han Khoe
23e466d891
SQLForm: added a template var to the Search Record template.
2007-01-26 17:19:21 +00:00
Yung Han Khoe
4b18225144
SQLForm: added a template var to the Search Record template.
2007-01-26 17:16:45 +00:00
Yung Han Khoe
61b89ca6fc
SQLForm Help: Help for Add/Edit record template and Search record template were switched.
2007-01-26 16:56:34 +00:00
Yung Han Khoe
ec2e7832f9
WebGUI::HTML::makeAbsolute didn't handle closing slashes right.
2007-01-26 16:31:25 +00:00
JT Smith
17238f7d37
fixed my bad
2007-01-26 15:42:27 +00:00
JT Smith
e56bbe371f
- security: A vulnerability was found and fixed this morning that could allow a
...
malicious user to delete assets that they don't have rights to.
2007-01-26 14:54:09 +00:00
Colin Kuskie
0eba64bc52
Session->Privilege is not design well to work in embedded applications
...
like the RTE because by default it uses the default user style from settings.
This renders a full page, when we really need a message.
I've added an argument to session->privilege->insufficient to use the
empty style and to use a different message with no embedded macros
to process for logging in. I tested this on the RTE folder adder and
it works fine. I duplicated this work in the Image add/edit save routine
as well.
Since privilege->insuffient didn't take arguments before, this preserves
the existing API, which is broken.
2007-01-26 05:45:56 +00:00
JT Smith
f94791fed0
fixed a duplicate bug where the original asset would get trashed
2007-01-26 04:50:33 +00:00
JT Smith
528d9af4f6
fix: No closure
2007-01-26 03:17:42 +00:00
Colin Kuskie
bd7ef8d14e
i18n and missing template variables for Project Manager Edit Task
2007-01-25 23:20:40 +00:00
Colin Kuskie
4285ee1e9c
echoing TT fix into H::T::E for variable renaming
2007-01-25 17:59:24 +00:00
Colin Kuskie
443c5cf405
help entry for attachment_thumbnail
2007-01-25 17:58:16 +00:00
JT Smith
b319535fd1
- Added a attachment_thumbnail option to the CS RSS feed.
2007-01-25 17:14:25 +00:00
Colin Kuskie
a9e4de8ffa
add missing i18n labels from ZipArchive template
2007-01-25 04:41:26 +00:00
Colin Kuskie
c5d0285d70
move placeholder in SyncProfilesToLdap back in query and interpolate instead
2007-01-25 02:51:08 +00:00
JT Smith
28d9659031
- Fixed a bug with dealing with CS posts via email where
...
multipart/alternative messages would cause a blank post.
2007-01-24 22:44:32 +00:00
JT Smith
7bb998c6ee
- Fixed a template variable rewriting problem with Template Toolkit.
2007-01-24 20:10:58 +00:00
Doug Bell
304cae43d7
fix: Applied Martin's Date field fix to other fields + other fixes in the form fields
2007-01-23 23:59:27 +00:00
Colin Kuskie
66b59adde8
the Slash_gatewayUrl and PageUrl macros now accept optional URL arguments
2007-01-23 21:49:34 +00:00
Colin Kuskie
d3ba9c30f9
ISA relationships, asset template variables for the SQLForm
2007-01-22 23:42:48 +00:00
Martin Kamerbeek
3b08bbf7af
Fixed a bug where isCurrentPost was not set correctly
2007-01-22 20:25:44 +00:00
Frank Dillon
7a1f7b414b
added statusToInclude flag in getLineage which allows you to filter assets by assetData.status. Completely backward compatible.
2007-01-21 16:48:52 +00:00
Frank Dillon
24e6111bf0
fixed corner case which causes edit page not to load if an activity is undefined or cannot be defined.
2007-01-20 14:15:49 +00:00
Colin Kuskie
17fa32e3f2
note that templates have different template variables, based on their namespace
2007-01-19 22:06:28 +00:00
Colin Kuskie
2180b9bf91
Added a test to see if clone would duplicate the session. It does.
...
Subclassed DateTime's from_object method, which was secretely deleting
the internal session variable. There is probably a more robust way to
do this, such as by "...implementing the utc_rd_values() method as the
from_object docs suggest.
Finished fixing the bug with time zone errors in editing an event.
2007-01-19 06:25:43 +00:00
Colin Kuskie
17fac4a7cb
New methods in WebGUI::DateTime that clearly state how they handle timezones.
...
The standard is everything going into the DB is in UTC. Timezones have to be
manually handled after being fetched.
Added a test for the new methods and for object construction.
Changed Calendar and Event Assets to use the new methods.
Interim checkin to get some debug help from Doug.
2007-01-19 05:16:57 +00:00
Colin Kuskie
f6a956c447
mark toMysql as deprecated
2007-01-19 00:28:42 +00:00
JT Smith
8774a6c26a
fix: CS email message shows up as an attachmetn
2007-01-19 00:21:07 +00:00
Frank Dillon
f614a0078a
disabled from use with the profile
2007-01-18 21:50:13 +00:00
Frank Dillon
8b4bfa1c90
fixed issue where default value was never being set
2007-01-18 21:49:13 +00:00
Colin Kuskie
2c0c877102
fix broken wiki docs from patches last night
2007-01-18 18:06:58 +00:00
JT Smith
301b815e3a
added restore option to wiki page
2007-01-17 23:33:58 +00:00
Colin Kuskie
824b7a4545
Added JS confirmation for deleting wiki pages.
...
Documented need for JS confirmation and escaping
template variables to the gotchas file.
2007-01-17 23:10:00 +00:00
Frank Dillon
5d4c076290
fixed corner case which causes the user profile to not load in cases where custom forms do not work or are broken. It now skips these and throws a warning
2007-01-17 22:16:42 +00:00