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 |
|
Doug Bell
|
f515d85b2d
|
fix tests for www_auth. fix deprecate for callers
|
2010-11-03 19:43:59 -05:00 |
|
Doug Bell
|
5a2d4d8d03
|
change to www_ methods everywhere
|
2010-11-03 19:43:59 -05:00 |
|
Colin Kuskie
|
f5764b0f1e
|
Update Fork to work with 8. All tests passing.
|
2010-11-03 13:22:56 -07:00 |
|
Colin Kuskie
|
50a9dd08e0
|
Begin moving Fork over to the new Session API. Tests are still failing.
|
2010-11-03 11:41:56 -07:00 |
|
Colin Kuskie
|
10b832b820
|
Fix mobile browser detection.
|
2010-11-03 10:29:31 -07:00 |
|
Colin Kuskie
|
5f3014aaee
|
Merge branch 'master' into WebGUI8. Merged up to 7.10.4
|
2010-11-03 09:47:36 -07:00 |
|
Colin Kuskie
|
5c494955c0
|
Accessing meta->_method_ is a mutator.
|
2010-11-02 18:26:21 -07:00 |
|
Colin Kuskie
|
c67fcf3aad
|
Fix merge issue with User.pm. Need to explicitly use WebGUI::Friends
|
2010-11-02 15:13:57 -07:00 |
|
Colin Kuskie
|
a90eadda7c
|
Merge commit 'bfe9780ce0' into WebGUI8. Merged up to 7.10.3
|
2010-11-02 14:49:33 -07:00 |
|
Colin Kuskie
|
e66092deaa
|
Anchor words to replace in processReplacements. Fixes bug #11939.
|
2010-11-02 11:28:20 -07:00 |
|
Colin Kuskie
|
59e848c6a8
|
Don't send i18n values for form controls in www_manageRevisionsInTag. Fixes bug #11926
|
2010-11-01 15:00:43 -07:00 |
|
Doug Bell
|
97020f69bf
|
fix 11941 cannot edit default templates
|
2010-11-01 16:06:07 -05:00 |
|
Colin Kuskie
|
5ac6a9749e
|
Remove debug input from JsonTable
|
2010-11-01 13:31:40 -07:00 |
|
Doug Bell
|
4864a75340
|
fix 11940: quickCSV chokes on newlines in data
|
2010-11-01 14:39:44 -05:00 |
|
Colin Kuskie
|
f2ac0bc67c
|
Shortcut uses the wrong date for the overridden getContentLastModified. Fixes bug #11935.
|
2010-11-01 10:26:08 -07:00 |
|
Doug Bell
|
d182f0f1bb
|
add tests and convenience to Auth constructor
|
2010-11-01 12:17:59 -05:00 |
|
Colin Kuskie
|
04ec75719e
|
Make a new storage location when an Event is duplicated. Fixes bug #11937.
|
2010-11-01 09:19:08 -07:00 |
|
Paul Driver
|
7219e21f86
|
Merge branch 'fork'
|
2010-11-01 08:20:38 -05:00 |
|
Colin Kuskie
|
5bf6628509
|
Shift the location of break tags in Form/File to prevent danglies.
|
2010-10-29 14:51:14 -07:00 |
|
Colin Kuskie
|
d144cd906d
|
Shift the location of break tags in Form/File to prevent danglies.
|
2010-10-29 14:50:12 -07:00 |
|
Doug Bell
|
fa73d81251
|
create and use get, update, delete instead of old
deleteParams, deleteSingleParam -> delete
getParams -> get
saveParams -> update
|
2010-10-28 21:04:38 -05:00 |
|
Colin Kuskie
|
2554a45a15
|
Throw an exception if you don't get a session argument in classic WebGUI instanciator syntax.
|
2010-10-28 16:54:07 -07:00 |
|
Doug Bell
|
cd4845768f
|
more tests and some code cleanup
|
2010-10-28 13:51:05 -05:00 |
|
Colin Kuskie
|
1bed8706d6
|
Remove debug output.
|
2010-10-28 08:10:30 -07:00 |
|
Doug Bell
|
250967c898
|
add admin plugins API and start testing
|
2010-10-27 22:15:11 -05:00 |
|
Doug Bell
|
c8cff33b97
|
remove debug logs
|
2010-10-27 22:15:11 -05:00 |
|
Doug Bell
|
a199bfd5d0
|
add quoting and validation to search assets
|
2010-10-27 22:15:10 -05:00 |
|
Colin Kuskie
|
a6a10d976a
|
Test cleanup after merge to 7.10.2
|
2010-10-27 18:42:43 -07:00 |
|
Colin Kuskie
|
87326192a3
|
Merge commit '4635b91554' into WebGUI8. Syntax clean up to 7.10.2
|
2010-10-27 15:59:33 -07:00 |
|
Doug Bell
|
1b83072a7b
|
tests revealed i missed one. yay tests!
|
2010-10-27 13:07:19 -05:00 |
|