Commit Graph
852 Commits
Author SHA1 Message Date
mdipierro f0271ca2d5 Row.__nonzero__, thanks Marin 2012-08-28 19:11:43 -05:00
mdipierro 2331aa4a0c temp vars in dal.py (fixed error) 2012-08-28 19:07:26 -05:00
mdipierro 9fbda2dde4 temp vars in dal.py 2012-08-28 18:52:25 -05:00
mdipierro f4b07a0974 faster lazytables check 2012-08-28 16:52:30 -05:00
mdipierro 53380c864d catching AttributeError 2012-08-28 15:36:05 -05:00
mdipierro 8e3e1fa21f added backward compatibility fix for row.id when id not called id (doh) 2012-08-28 14:57:23 -05:00
mdipierro 280630a0ce fixed issue with row[db.table.field] for result of join, thanks Dominic 2012-08-28 14:26:49 -05:00
mdipierro b867fa28e6 some more optimizations in parse rows 2012-08-28 14:03:59 -05:00
mdipierro 142b7cd98c fixed mobile issue, thanks Martin 2012-08-28 10:56:19 -05:00
mdipierro dbe39a5cf4 more flexible auth.wiki, thanks Alan 2012-08-28 10:54:06 -05:00
mdipierro c39c6535e8 fixed issue 959, thanks Haag 2012-08-28 10:44:51 -05:00
mdipierro cfa93bd5de RecordUpdater, RecordDeleted and compute on update 2012-08-28 10:32:01 -05:00
mdipierro 12fa8710a2 db().count(cache=...) 2012-08-28 10:02:21 -05:00
mdipierro f9e35599c6 many iteritems optimizations 2012-08-28 09:35:36 -05:00
mdipierro 18a2c2c68e many speed improvements, thanks Michele 2012-08-28 08:28:36 -05:00
mdipierro 37f81b48e8 improved toorbar, thanks Anthony 2012-08-27 16:16:25 -05:00
mdipierro 4eb0cc27b3 toolbar() shows non-lazy tables, thanks Anthony 2012-08-27 14:07:25 -05:00
mdipierro 9a24787d5a 100x faster db().select(cache=...) 2012-08-27 13:30:42 -05:00
mdipierro bec2b3069d better test_languages.py 2012-08-27 13:10:52 -05:00
mdipierro 084e36d0ea fixed a bunch of typos form recent commits, thanks Jonathan 2012-08-27 12:55:41 -05:00
mdipierro 7254e950e5 fixed some typos, thanks Jonathan 2012-08-27 12:15:30 -05:00
mdipierro bcee16284e possibly faster auth 2012-08-27 12:02:53 -05:00
mdipierro 673e6b398d faster and leaner languages, should be 100% backward compatible, plurals work again 2012-08-27 10:57:26 -05:00
mdipierro e2b12bcdd4 better portalocker 2012-08-27 10:13:47 -05:00
mdipierro 9c4375258b better portalocker 2012-08-27 10:06:09 -05:00
mdipierro 86df475ae2 faster languages.py, still disabled plurals 2012-08-27 07:41:34 -05:00
mdipierro 6d78589ed0 simplified languages.py, disable (for today) plural subsystem 2012-08-27 01:43:04 -05:00
mdipierro cfc7e083a8 fixed forced hideerror, thanks Jim 2012-08-26 20:46:02 -05:00
mdipierro 807eea1b86 fixed issue 961 with DIV.add_class, thanks Dulakian 2012-08-26 19:02:44 -05:00
mdipierro 1840c5e0cc no more has_key 2012-08-26 18:34:50 -05:00
mdipierro a85ee973ed internal simplications in Auth 2012-08-26 17:57:10 -05:00
mdipierro 3e51459612 removed an inconcistency in Auth 2012-08-26 17:53:27 -05:00
mdipierro 74183d8db5 more simplification in Auth 2012-08-26 17:48:37 -05:00
mdipierro f3b86c3e5e auto-login after reset password 2012-08-26 17:28:19 -05:00
mdipierro c95d2b5156 fixed login_onaccept, thanks Martin 2012-08-26 17:05:52 -05:00
mdipierro 0b5aff95e2 more tests about dal 2012-08-26 15:51:15 -05:00
mdipierro 847fd5bb3e fixed some problems with html.py tests and postprocessing, thanks Michael 2012-08-26 14:12:09 -05:00
mdipierro c67d3070f2 some speadup in dal parse 1.5x 2012-08-26 11:50:48 -05:00
mdipierro 0ac105840e fixed xml() again 2012-08-26 10:41:26 -05:00
mdipierro 294d7583d2 improved Table (10x), DAL(2x), Row(10x) without memory leak 2012-08-26 09:32:10 -05:00
mdipierro 8d1b892406 xml(row_name,rows_name) 2012-08-26 00:00:15 -05:00
mdipierro 25c4ee3704 db().select().xml(strict=True) 2012-08-25 23:54:23 -05:00
mdipierro f405c22591 minor imprvements in DAL repr 2012-08-25 23:06:28 -05:00
mdipierro d3ecb78ef9 yet better storage, thanks Michele 2012-08-25 18:42:27 -05:00
mdipierro 71507f0ce0 major optimization in Storage, Table, Row (2x), thanks Michele 2012-08-25 16:19:50 -05:00
mdipierro 35d728e0c9 typo in Storage, thanks Michele 2012-08-25 15:50:01 -05:00
mdipierro d322ec5690 fixed @//// in wiki and pep8 spacing 2012-08-25 11:29:11 -05:00
mdipierro ae329f6adb fixed anchor in markmin 2012-08-25 11:25:58 -05:00
mdipierro da2083ee36 better fix of recycle Response in template, thanks Anthony 2012-08-24 23:47:47 -05:00
mdipierro 477cefa5e1 fixed some styles for auth.wiki 2012-08-24 23:11:45 -05:00