Commit graph

464 commits

Author SHA1 Message Date
Colin Kuskie
1b9edbf545 Revert "Rename template variables in the Account and Admin Toggle templates to not use underscores."
This reverts commit 0b4e8d5460.
2010-09-23 16:15:38 -07:00
Colin Kuskie
6cd1491d47 Add POD to the Facebook macro. 2010-09-22 21:07:53 -07:00
Colin Kuskie
f61e8faeb9 Rename template variables in the Account and Admin Toggle templates to not use underscores. 2010-09-21 11:17:29 -07:00
Graham Knop
6fa07671cd use HTTP::BrowserDetect for browser detection 2010-09-11 03:09:27 -05:00
Graham Knop
ed04b99872 remove WebGUI::Utility 2010-09-07 13:18:49 -05:00
Graham Knop
6aa26c2e44 remove WebGUI::Utility::isIn 2010-09-07 12:33:15 -05:00
JT Smith
61bd01b5f3 added facebook auth 2010-08-27 13:03:58 -05:00
Colin Kuskie
ca9a3bd6c7 Merge branch 'master' into WebGUI8, up to 7.9.10. Some tests failing due to changes in default content. 2010-07-27 22:55:57 -07:00
Colin Kuskie
bba978f2a1 Use the correct end tag identifier character. 2010-07-27 11:50:27 -07:00
Colin Kuskie
26484f3361 Make the FilePump macro return valid XHTML. Fixes bug #11742. 2010-07-27 11:45:03 -07:00
Doug Bell
5c2581850f fixed version tag problem. changed admin toggle 2010-07-15 11:55:24 -05:00
Colin Kuskie
e0177dc666 Remove Session::Env, migrate code to Plack::Request object in Session, and WebGUI::Session::Request 2010-07-01 17:40:12 -07:00
Colin Kuskie
565cf955d7 Merge commit '469c2b72b4' into WebGUI8. All tests passing. 2010-07-01 10:13:22 -07:00
Colin Kuskie
385931aaab Merge commit 'f2e0fb509a' into WebGUI8. Some tests still failing. 2010-06-27 22:32:31 -07:00
Doug Bell
da498182bd fix docs 2010-06-27 22:09:07 -05:00
Doug Bell
a2e246705f allow twitter enable/disable from settings 2010-06-27 22:09:05 -05:00
Doug Bell
a50de4281c add twitter login macro 2010-06-27 22:09:05 -05:00
Colin Kuskie
5febc0ebbc Merge commit '41575d24bb' into webgui8. Some tests still failing.
Conflicts:
	docs/gotcha.txt
	lib/WebGUI.pm
	lib/WebGUI/Asset.pm
	lib/WebGUI/Asset/File/GalleryFile/Photo.pm
	lib/WebGUI/Asset/Post.pm
	lib/WebGUI/Asset/Template.pm
	lib/WebGUI/Asset/WikiPage.pm
	lib/WebGUI/Asset/Wobject/WikiMaster.pm
	lib/WebGUI/Cache.pm
	lib/WebGUI/Content/Setup.pm
	lib/WebGUI/Role/Asset/Subscribable.pm
	lib/WebGUI/Shop/Cart.pm
	lib/WebGUI/Shop/Pay.pm
	lib/WebGUI/Shop/PayDriver/ITransact.pm
	sbin/testEnvironment.pl
	t/Asset/WikiPage.t
	t/Shop/PayDriver.t
	t/Shop/PayDriver/ITransact.t
	t/Shop/PayDriver/Ogone.t
	t/Shop/TaxDriver/EU.t
	t/Shop/TaxDriver/Generic.t
	t/Workflow/Activity/RemoveOldCarts.t
	t/lib/WebGUI/Test.pm
2010-06-25 23:25:26 -07:00
Colin Kuskie
3fbc109429 Update Session->Style setScript to default to text/javascript. Update the entire codebase to take advantage of it. 2010-06-24 13:07:03 -07:00
Colin Kuskie
8b04f4e3f0 Use placeholder parameters to prevent string interpolation in SQL queries. 2010-06-16 08:55:54 -07:00
Colin Kuskie
6d4d51c6ee Use placeholder parameters to prevent string interpolation in SQL queries. 2010-06-16 08:55:25 -07:00
Colin Kuskie
7057e92248 Use the Plack::Request object to get the server hostname. 2010-06-16 08:42:15 -07:00
Graham Knop
89d4f46a18 Merge branch 'psgi' into WebGUI8 2010-06-11 23:05:06 -05:00
Colin Kuskie
ef32e856bf Exception handling for the Template in UsersOnline macro. 2010-06-10 19:11:04 -07:00
Patrick Donelan
f16ba76b86 Merge branch 'WebGUI8' into psgi
Conflicts:
	sbin/testEnvironment.pl
2010-06-04 21:01:03 -04:00
Colin Kuskie
c2e6978873 Add a template variable for the current language, for better user feedback. Fixes bug #11573. 2010-05-25 14:14:58 -07:00
Colin Kuskie
97d5caab17 Exception handling for Thumbnail macro. 2010-05-09 15:37:13 -07:00
Colin Kuskie
a2feddc3b5 Exception handling. 2010-05-09 15:35:07 -07:00
Colin Kuskie
2c80c501c6 Test assets for valid methods before calling them. 2010-05-09 15:05:41 -07:00
Colin Kuskie
0bef2b2839 Change the core to use newById instead of new. 2010-05-09 14:30:47 -07:00
Colin Kuskie
b9c2a3b0ad Make the Date macro handle leading and trailing whitespace. Fixes bug #11542. 2010-05-02 01:07:35 -07:00
Graham Knop
f2ce1eff85 convert performance indicators to a Plack::Middleware::Debug panel 2010-04-16 20:56:09 -05:00
Graham Knop
373be0881d Merge branch 'WebGUI8' into HEAD 2010-04-16 20:52:46 -05:00
Patrick Donelan
4d703ffd47 Added preloading
Removed evil overload
Removed references to Apache2:: from codebase
Attempted to remove circular references
2010-04-14 19:36:41 -04:00
Graham Knop
2400f19099 Merge branch 'master' into WebGUI8 2010-04-13 07:50:02 -05:00
Patrick Donelan
2516ff12c1 Added URLMap support (e.g. virtual hosts and mounting) 2010-04-06 18:21:47 -04:00
Colin Kuskie
9810b57f40 Fix double slash removal in FilePump macro. Fixes bug #11478. 2010-03-16 12:07:25 -07:00
Graham Knop
2af4c4de63 clean up WebGUI::Utility imports 2010-03-10 12:59:51 -06:00
Colin Kuskie
f17fc5c7ad Update Macros for wg8 instanciators. 2010-03-04 08:48:27 -08:00
Colin Kuskie
c7f6d4c267 Fix an exceptional typo. 2010-01-29 17:53:29 -08:00
Colin Kuskie
360e6be6c5 Fix the RandomThread macro. 2010-01-27 22:05:50 -08:00
Colin Kuskie
136c8cdc73 Fix the AssetProxy macro. 2010-01-27 22:00:56 -08:00
Colin Kuskie
972ba033ec Fix the FileUrl macro. 2010-01-27 21:50:06 -08:00
Colin Kuskie
9ef7ee79fa Fix the Widget macro. 2010-01-27 21:44:06 -08:00
Colin Kuskie
b3faecae9b Fix RandomAssetProxy macro. 2010-01-27 21:42:27 -08:00
Colin Kuskie
193d30ec41 Fix the RootTitle macro. 2010-01-27 21:38:12 -08:00
Colin Kuskie
49bd7f5032 newByDynamicClass changed to newById 2009-12-27 19:08:15 -08:00
Colin Kuskie
a7aa1d2fb2 Fix epoch=0 issues with Session/DateTime and D_date macro.
Add an edge case test for D_date macro.
2009-12-01 17:08:12 -08:00
Colin Kuskie
ae08335e9c Add test for SpectreTest macro. Handle fall-through condition in Macro itself. 2009-12-01 15:40:24 -08:00
Colin Kuskie
ddf3fa108f Remove unneeded checks for session user existance. 2009-11-28 11:33:05 -08:00