Commit graph

10656 commits

Author SHA1 Message Date
Colin Kuskie
cb6ea771dc Set the internal session id in all cases. We should consider not storing it twice... 2010-11-15 10:10:23 -08:00
Colin Kuskie
7f5a992cfd Update WebGUI::Test for new Session 2010-11-15 09:22:51 -08:00
Colin Kuskie
c4365bf2b7 session->self cleanup 2010-11-15 09:22:43 -08:00
Colin Kuskie
4d544330cd Remove _var from the set of hash keys being cleaned up in the Session. 2010-11-15 09:08:39 -08:00
Colin Kuskie
468ad16246 Merge Session::Var into Session. var is left as a stub for backwards compatibility. 2010-11-15 09:06:45 -08:00
Colin Kuskie
40c073e65e Document the closed method for Session. 2010-11-12 11:37:02 -08:00
Colin Kuskie
cfb53ffdc8 Handle exceptions thrown when rolling back a version tag. 2010-11-12 09:19:31 -08:00
Colin Kuskie
8186eba909 form param "with" should be all lower case. 2010-11-11 15:24:18 -08:00
Colin Kuskie
db51217353 Fix double my syntax warning in Asset.pm 2010-11-11 14:49:45 -08:00
Colin Kuskie
7dc51b6c2b Merge branch 'Crud' into WebGUI8 2010-11-11 14:23:11 -08:00
Colin Kuskie
ff430cb3f4 Fix POD problems in Bundle from the rewrite. 2010-11-11 14:22:46 -08:00
Colin Kuskie
e6f7f218f2 Only import what we're going to use from Test::Deep::NoTest. 2010-11-11 14:02:19 -08:00
Colin Kuskie
ed74439716 Fixes for Crud POD. 2010-11-11 11:14:05 -08:00
Colin Kuskie
fa63b00e56 Use the correct Property meta class for Crud. 2010-11-10 17:50:02 -08:00
Colin Kuskie
63eabc01f1 Fix label and hoverhelp issues in the Survey::Test module. 2010-11-10 15:50:48 -08:00
Colin Kuskie
50d92f9113 Fix default for tests in Survey::Test. Also change usage of create to new in the test for ::Test. 2010-11-10 14:39:12 -08:00
Colin Kuskie
fe3ff23ccf Sequence key is optional. 2010-11-10 13:12:36 -08:00
Colin Kuskie
7a2745e792 Provide a way for Crud classes to autogenerate their forms. 2010-11-10 11:20:41 -08:00
Colin Kuskie
c57649585a Convert Survey::Test over to Moose. 2010-11-10 11:20:28 -08:00
Colin Kuskie
91460a93d1 Make the object optional, so that dynamicForm can be called from class methods. 2010-11-10 11:19:45 -08:00
Colin Kuskie
0759b3f1fe Tidy ThingyRecord collateral module. 2010-11-10 10:24:46 -08:00
Colin Kuskie
b9051fa8a4 Convert AdSku collateral over to Moose. 2010-11-10 10:23:51 -08:00
Colin Kuskie
9832f38a93 Convert PassiveAnalytics over to Moose. 2010-11-10 10:05:07 -08:00
Colin Kuskie
882317c2c9 Convert ThingyRecord over to Moose. 2010-11-10 09:58:08 -08:00
Colin Kuskie
2ad9fc1c16 Convert FilePump over to the new Crud. 2010-11-10 09:50:15 -08:00
Colin Kuskie
9abb4a8ee6 This role doesn't have to use WebGUI::Definition::Asset 2010-11-10 09:49:16 -08:00
Doug Bell
5cab2c1639 always redirect, never just return content 2010-11-09 16:51:42 -06:00
Doug Bell
16bfacadca always call proceed on new object 2010-11-09 16:51:42 -06:00
Doug Bell
a64b769755 refactor "proceed" handling into subroutine 2010-11-09 16:51:42 -06:00
Doug Bell
a6b5b27977 split www_editSave to create www_addSave
www_addSave gets called when adding new assets
2010-11-09 16:51:42 -06:00
Doug Bell
976ea07763 fix stockdata asset DateTime exception 2010-11-09 16:51:42 -06:00
Paul Driver
03c935fa97 forkAndExec -I buggo 2010-11-08 08:39:14 -06:00
Paul Driver
a4edea1e3c Better integration of Fork into AssetHelpers, fork startup 2010-11-08 07:55:42 -06:00
Paul Driver
bb8753cd2a Better @INC fiddling and degenerate case for ProgressTree 2010-11-08 07:55:41 -06:00
Colin Kuskie
ba73713347 Update POD. Remove usage of ->get. 2010-11-05 13:22:43 -07:00
Colin Kuskie
07cde4d696 rework crud_getProperties. Update tests. 2010-11-05 11:03:45 -07:00
Colin Kuskie
447fe27d5f Add the sequenceNumber property to Crud, and serialize it to the db. Tweak some tests for new code. 2010-11-05 08:17:06 -07:00
Colin Kuskie
213a153b58 Can't autoincrement methods. Write test collateral to database if you want to read it back later. 2010-11-05 08:06:51 -07:00
Colin Kuskie
87f49191db Fix instanciating an object from the database. Write core Crud properties to the db. 2010-11-04 17:13:54 -07:00
Colin Kuskie
2e79a4b52f Remove code autogeneration for table,sequence keys. 2010-11-04 16:48:12 -07:00
Colin Kuskie
06b2fbc4ab Fix a typo in the package name. 2010-11-04 16:48:04 -07:00
Colin Kuskie
b4abac9a40 Add defaults for lastUpdated, dateCreated. Crud data now has to be manually written to the db. 2010-11-04 15:11:04 -07:00
Colin Kuskie
6686860b08 Remove default tableKey and tableName from Crud. Refactor t/Crud.t to have a test package. Add dateCreated. Rework crud_updateTable. 2010-11-04 15:01:09 -07:00
Doug Bell
f14545ec12 only warn once on deprecations 2010-11-04 13:20:01 -05:00
Doug Bell
4bb4dcec13 add WebGUI::Deprecate line 2010-11-04 13:15:51 -05:00
Doug Bell
4edaf0237f add more docs to Auth 2010-11-04 12:40:29 -05:00
Doug Bell
1cebfddf79 fix Auth docs 2010-11-04 12:40:28 -05:00
Doug Bell
e128c041d9 fix User deprecations 2010-11-04 12:40:28 -05:00
Paul Driver
5e5e65c112 AssetHelper dialogs close properly now 2010-11-04 09:31:21 -05:00
Colin Kuskie
44c98cf906 Remove more definition accessor work. Fix property access. 2010-11-03 21:40:55 -07:00