JT Smith
709ed6971a
merging form fixes
2008-04-18 14:51:16 +00:00
Doug Bell
4ebed16c69
added more vars to GalleryAlbum and GalleryFile. fixed some tests
2008-04-17 22:54:19 +00:00
Doug Bell
7668f68980
add: Calendar can now choose workflow for Events
...
fix: Event now saves ownerUserId correctly
add: GalleryAlbum now shows link to add a Photo
added a test skeleton for Test::WWW::Mechanize tests
2008-04-16 23:32:12 +00:00
JT Smith
8500c4d506
Cleaned the pollution from the forms system.
2008-04-16 16:11:10 +00:00
Colin Kuskie
6b017ad991
fix undocumented template variable in the Layout
2008-04-14 04:12:22 +00:00
Colin Kuskie
f150b19a73
more trash semantics
2008-04-12 17:48:11 +00:00
Colin Kuskie
ede0d57974
Change the labels for Trash to My Trash and Everyones Trash
2008-04-10 20:25:20 +00:00
Doug Bell
99aa2919d6
fixed: Back to Album link doesn't work
...
fixed: Minor i18n wording discrepencies
fixed: Photo->www_showConfirmation Add a Photo link points to the wrong place
2008-04-09 16:21:52 +00:00
Yung Han Khoe
3e82c7368d
fixed: Thingy: delete a thing dysfunctions linked things
2008-04-09 15:42:24 +00:00
Yung Han Khoe
f5c3c977ae
fixed: Thingy: Text, File and Hidden field types listed twice
2008-04-06 18:35:02 +00:00
Yung Han Khoe
00b939f262
fixed: Thingy: Text field type listed twice
2008-04-05 11:02:31 +00:00
Graham Knop
221d5ac0aa
fixed: subscription group in CS edit not internationalized
2008-03-28 19:54:53 +00:00
Yung Han Khoe
fbe16aae27
removed an unused Thingy label
2008-03-28 15:41:32 +00:00
Graham Knop
cc75819ca9
upgrading to TinyMCE 3
2008-03-27 22:12:33 +00:00
Doug Bell
3ea9420479
fix: Fixed permission issues with Gallery comments
...
Gallery now checks to see if it's committed before allowing Albums to be added
Slideshow and thumbnails work better
Much, much more
2008-03-27 00:24:00 +00:00
Colin Kuskie
466baa1c81
fix typo in Thingy i18n for searchResult_loop
2008-03-25 18:57:48 +00:00
Graham Knop
d3b85ef723
fixed: errors on package importing are always reported as corrupted packages
2008-03-20 22:30:36 +00:00
Doug Bell
ab6f4defe3
- moved Gallery utility methods to WebGUI::Utility::Gallery
...
- Added tests for GalleryAlbum RSS
- More tests for comments
- Test International Macro sprintf as third+ arguments
- Add Gallery search limiting by user ID
- Remaining i18n for Gallery templates
- Fix: Search form now visible in Photo assets
Moved a lot of stuff from Photo to GalleryFile
2008-03-20 18:51:44 +00:00
Graham Knop
13df5fb547
improve Thingy i18n
2008-03-20 15:46:07 +00:00
Graham Knop
c9c14261d0
fixed: Thingy i18n has an empty message
2008-03-18 18:08:59 +00:00
Yung Han Khoe
683657b523
Fixed some labels, added some help.
2008-03-15 23:27:25 +00:00
Yung Han Khoe
9de7e34112
add: Thingy asset
2008-03-13 19:06:18 +00:00
Frank Dillon
eb8b2f3f31
Added feature to allow users to determine whether new / unplaced assets are added to the top or bottom of the first content position of Layouts.
2008-03-08 17:07:29 +00:00
Graham Knop
c3744f160b
added i18n for calendar
2008-03-07 16:35:03 +00:00
Doug Bell
3842ebf6fa
Added WebGUI::Asset::File::GalleryFile
...
Changed Photo to subclass WebGUI::Asset::File::GalleryFile
2008-03-05 23:06:58 +00:00
Doug Bell
8af6f28988
fix: GalleryAlbum and Photo were not showing correct confirmation messages on editSave
...
add: Ability to edit comments to Photos
add: Ability to choose which rich editor for Albums
2008-03-04 21:26:30 +00:00
Colin Kuskie
49d5f4c678
fixed some typos in the calendar help
2008-02-29 16:35:58 +00:00
Doug Bell
4a65691dcc
add: Calendar List view and associated Help
...
add: Ical Page length
add: WWW::Mech tests for Auth and Redirect
2008-02-28 18:40:06 +00:00
JT Smith
4646561299
Moved the Wiki Help link into i18n so it can be pointed to other sites for
...
other lanugages.
2008-02-25 20:20:25 +00:00
Doug Bell
ce4688310e
More Gallery i18n
...
fix: Add an Album link now appears on Gallery List Albums view
2008-02-21 18:38:25 +00:00
Colin Kuskie
d495218152
removing empty i18n entry
2008-02-20 21:31:27 +00:00
Graham Knop
9fa0df22c7
Reject HTML and macros in usernames
2008-02-15 14:56:40 +00:00
Colin Kuskie
f3f2bcd3fb
clarify that synopsis==summary
2008-02-12 23:59:42 +00:00
Doug Bell
fa156af1a9
add: i18n for more Gallery templates
...
add: International macro now takes sprintf arguments as third and subsequent parameters
add: Keywords are now processed and given to the photo template, along with a url to search the gallery for the keyword.
add: Photos now track views
2008-02-12 00:55:06 +00:00
Colin Kuskie
6c72ee9a41
adding the SpectreCheck Macro, per the RFE
2008-02-11 23:11:27 +00:00
Colin Kuskie
a21e710c72
um, add enough POD to by syntactically correct
2008-02-09 22:52:31 +00:00
Doug Bell
a8e8f01887
Forgot this
2008-02-09 19:54:01 +00:00
Doug Bell
1f10f07338
add: Auth modules now accept a "returnUrl" form parameter when logging in or creating a new account. User will be redirected to the value in "returnUrl" after login / create account is complete.
...
add: L_LoginBox macro has a form.returnUrl template var that returns a user to the exact page they logged in from
2008-02-09 05:09:33 +00:00
Doug Bell
53ac4be8d1
Added a simple smtpd for testing
...
MERGE: Added ability for WebGUI::Test->getPage to work on Operations
MERGE: Fix for AdSpace and tests for Operation::AdSpace
Fixed Poll's use of JSON
Added tests for emailOverride
2008-02-05 19:34:09 +00:00
Doug Bell
ec3bc19d77
Added i18n for Gallery (Search) template
...
Fix: Album description showing up in Photos when photo has no synopsis
fix: Photo now shows correct confirmation screen
fix: Photo now gets auto-committed according to Gallery approval workflow
fix: Formatting problems in Album view
fix: Photo and Album assets now retain their Owner after other users edit them.
fix: Gallery::Utility migration now retains createdBy, creationDate, and ownerUserId.
Testing Gallery::Utility a bit more thoroughly.
fix: Photo EXIF data now gets cached correctly and sanitized for references (since JSON won't store them and they're of no use to us anyway).
2008-01-25 22:34:37 +00:00
Colin Kuskie
b5f7d42a5e
fix another i18n entry. Go BartJol!
2008-01-25 16:59:10 +00:00
Colin Kuskie
70a1c8c252
Better POD for logView Asset.pm entry.
...
Fix a bug with a bad description for the friends template variable in the manage friends template.
2008-01-24 16:18:20 +00:00
Doug Bell
5292426cc5
add: Events in calendar Week view can now be ordered arbitrarily\
...
fix: Event Related Links are now proper collateral in their own table. The HTML area is parsed and the table populated accordingly. No more silly HTML Area.
2008-01-23 02:41:38 +00:00
Doug Bell
fc732b5e19
Fixed i18n and all help for Gallery / Album / Photo assets
2008-01-22 22:33:17 +00:00
Chris Nehren
7accc3c57f
Add fine-grained export controls. You can now specify whether you want specific
...
assets to be exportable. If any of an asset's parents aren't exportable, that
asset also won't be exportable.
2008-01-02 22:32:40 +00:00
Doug Bell
af271b9f26
fixed a bunch of GalleryAlbum/Photo tests
2007-12-26 00:39:08 +00:00
Doug Bell
30f22c9b7a
fixed some bugs in URL/Content handlers. fixed some bugs in Gallery.
2007-12-18 15:38:06 +00:00
Doug Bell
5222ad6be1
merged with SVN HEAD
2007-12-18 12:22:37 +00:00
Doug Bell
82e9bf8448
Finished? Ready for merge at least.
2007-12-17 22:22:06 +00:00
Colin Kuskie
d23db44732
adding use strict to all these, too
2007-12-05 04:21:56 +00:00