Commit graph

9609 commits

Author SHA1 Message Date
Doug Bell
82a7e5dfd2 fixed problem with showing other assets' edit forms
fixed utility skeleton to be more complete and less annoying
added warning message when editing default templates
2008-09-21 22:56:42 +00:00
JT Smith
e0ae63281c added more tests for the updated api 2008-09-21 22:38:43 +00:00
JT Smith
f2064a6bf8 added constraint based searches to getAll() methods 2008-09-21 22:38:22 +00:00
Colin Kuskie
520b3fb5bf fix a typo in the Asset.pm i18n file that I made, twice 2008-09-21 21:00:33 +00:00
JT Smith
0ed1b9a488 can instanciate with an object that has a session method as well as a session object 2008-09-21 17:55:14 +00:00
JT Smith
990925415b Updated to reflect changes in Crud api 2008-09-21 17:20:52 +00:00
JT Smith
08aa7b4208 Added more POD and updated to allow dynamic creation of definitions. 2008-09-21 17:20:28 +00:00
Colin Kuskie
af6aded2e1 add tests for set and get 2008-09-21 03:49:11 +00:00
JT Smith
73e841ffbf now i have fulfilled the requirements that all tests must have 2008-09-20 22:15:44 +00:00
JT Smith
2f8ad97b73 added more tests and fixed bugs discovered by tests 2008-09-20 18:26:16 +00:00
JT Smith
66d36242fd More tests 2008-09-20 05:55:18 +00:00
JT Smith
a9ca9918a5 bug fixes found by Crud.t 2008-09-20 05:55:04 +00:00
JT Smith
d9fffbdf7a fixing problems found by Crud.t 2008-09-20 05:17:26 +00:00
JT Smith
b3ac535f9a first tests for WebGUI::Crud 2008-09-20 05:17:11 +00:00
JT Smith
cdd88d2cda gave some options to the getAll methods 2008-09-20 02:03:21 +00:00
Colin Kuskie
15ef56fa99 commit an i18n tag that I forgot, and add datestamp to inherit parent permissions 2008-09-20 01:24:31 +00:00
JT Smith
c2a445b71e added pod
added return 1 on success
replaced getAll with getAllSql getAllIterator and getAllIds
2008-09-20 01:16:24 +00:00
JT Smith
e7f4623d9d 2008-09-19 23:40:16 +00:00
JT Smith
5605c056c7 added getAll() 2008-09-19 21:54:47 +00:00
Kaleb Murphy
195bdb6a5e DatePicker.js can now use different first days of the week 2008-09-19 21:51:47 +00:00
JT Smith
0095452ebc fixed a sequencing problem 2008-09-19 21:49:08 +00:00
JT Smith
345ee214f2 not officially in the core yet, just putting this out to see what people think 2008-09-19 21:38:29 +00:00
Graham Knop
9ce3598961 fixed: actove admin console tab isn't highlighted 2008-09-19 17:18:55 +00:00
Kaleb Murphy
fba02ac784 AssetManager now times out after 30 seconds on the AJAX call to load assets. This will help people realize they are having network issues. 2008-09-19 16:51:39 +00:00
Colin Kuskie
8bfce39f21 add some tests for set and stickiness 2008-09-18 23:15:09 +00:00
Colin Kuskie
d8fde8a5ed document the new product variant id template variable 2008-09-18 22:28:55 +00:00
Colin Kuskie
57029b2a65 encode parameter JSON with canonical so that it is consistent 2008-09-18 21:44:55 +00:00
Graham Knop
1db1e783fb fixed: Folders are cached by the client too long for visitors 2008-09-18 19:51:31 +00:00
Graham Knop
7bf06aab7b make sure we are using var->isAdminOn instead of var->get('adminOn') 2008-09-18 19:51:25 +00:00
Graham Knop
eca7ffbe9d added variant id template variable to product variant loop 2008-09-18 19:51:19 +00:00
Graham Knop
7aa9c59af8 clean up sent messages some 2008-09-18 19:51:14 +00:00
Colin Kuskie
baa228737d remove quotes from International macros in templates. Single quotes only worked by accident before. Double quotes are only needed when the key contains a comma 2008-09-17 23:04:07 +00:00
Tabitha Zipperer
21ac37fd2d fixed image hovers to display correctly and be more cross-browser compatible 2008-09-17 20:04:39 +00:00
Kaleb Murphy
9e9fc14983 Thingy view template now has access to field_dateCreated and field_lastUpdated for Things 2008-09-17 16:31:31 +00:00
Colin Kuskie
eca9729d94 update Session/Http to match altered code 2008-09-17 16:18:01 +00:00
Graham Knop
a2757494af use Module::Find instead of enumerating over the files 2008-09-17 15:38:01 +00:00
Graham Knop
568fd0b608 fixed: editting DataForm email fields resets their name 2008-09-17 15:37:55 +00:00
Graham Knop
b8547a918a silence some warnings 2008-09-17 15:37:51 +00:00
Graham Knop
6e5c140afe no longer preloads files that start with . 2008-09-17 15:37:46 +00:00
Graham Knop
1ce7d42a62 fix a couple minor syntax issues 2008-09-17 15:37:42 +00:00
Kaleb Murphy
b9d7008001 Removed unused param to create sub $skipRealtime 2008-09-17 01:37:02 +00:00
Doug Bell
f743e38d92 fixed: Asset manager doesnt show up after edit 2008-09-17 01:22:41 +00:00
Frank Dillon
a70e0cf66a Registration form to keep user entries on error - required and errored out fields are now highlighted. 2008-09-17 00:58:50 +00:00
Colin Kuskie
65c5fb2de5 rfe: protected profile fields do not show a delete icon 2008-09-16 22:55:25 +00:00
JT Smith
ef120fb06b Added isVisitor, isAdmin, and isRegistered methods to User object instead
of hard coding checks everywhere with group ids. And updated the code base 
   to match.
2008-09-16 22:32:36 +00:00
Colin Kuskie
586164d8d0 rfe: VIM perl mode for skeletons 2008-09-16 22:28:17 +00:00
Colin Kuskie
b149c0d32c update template docs about which variables are available where in the Navigation 2008-09-16 22:02:23 +00:00
Doug Bell
c7e2a131b3 rfe: Add Edit button to Manage Revisions page 2008-09-16 22:00:49 +00:00
Graham Knop
5e34d1bca9 fix infinite loop in nav 2008-09-16 21:56:44 +00:00
JT Smith
65742963aa bad loops 2008-09-16 21:50:14 +00:00