Commit Graph

752 Commits

Author SHA1 Message Date
mdipierro a63b80735b better auth.wiki with tag cloud 2012-07-18 17:50:23 -05:00
mdipierro d55755e7eb fixed problem with lazyT.__mod__ 2012-07-18 16:03:43 -05:00
mdipierro 7ce6442efb more language patches, thanks Vladyslv 2012-07-18 15:35:42 -05:00
mdipierro 8884b24a4b missing pickling methods in Storage, thanks marius.v.niekerk 2012-07-18 14:20:46 -05:00
mdipierro a3142a2bae added conditional zencoding legend if html+edit_area 2012-07-18 14:16:36 -05:00
mdipierro 446e170e2a new syntax pbkdf2(1000,20,sha1) 2012-07-18 13:46:24 -05:00
mdipierro dbe83a2b5e added some more missing files 2012-07-18 13:40:10 -05:00
mdipierro 060a389383 added missing files from Vladyslav 2012-07-18 12:48:08 -05:00
mdipierro 148b26e41a added button import in sqlhtml 2012-07-18 12:45:17 -05:00
mdipierro a058a0ba8b fixed an issue with latest CRYPT 2012-07-18 12:34:26 -05:00
mdipierro 263599e43b added pbkdf2 support, simplified logic 2012-07-18 12:24:28 -05:00
mdipierro b75ebb9887 new languages patch with pluralization, thanks Vladyslav 2012-07-18 11:22:41 -05:00
mdipierro ac95b3991e reverted last useless patch 2012-07-17 18:06:44 -05:00
mdipierro d4305da6c4 extra crsf protection for admin 2012-07-17 18:01:58 -05:00
mdipierro ccbffc4f3f moved define_signature to define_table but not convinced it is always a good idea 2012-07-17 17:32:35 -05:00
mdipierro 61834b2e4a better export buttons in grid, thanks Niphlod 2012-07-17 17:13:40 -05:00
mdipierro 346071da09 fixed issue 864, thanks Niphlod 2012-07-17 17:11:23 -05:00
mdipierro 07e27af566 added TSV exporter to grid, thanks niphlod 2012-07-17 16:15:29 -05:00
mdipierro 3fc6c220cf typo close->clone, thanks I.like.privacy.too 2012-07-17 16:11:37 -05:00
mdipierro 44c15ddd7e reverted welcome/default/index because of a problem 2012-07-17 12:50:45 -05:00
mdipierro 598d979502 yet another markmin improvement, thanks Vladyslav 2012-07-17 12:35:57 -05:00
mdipierro f3ea2d1cc6 fixed uniqueness problem in archives 2012-07-17 10:59:26 -05:00
mdipierro ac75bbdc9c fixed problem with recent cache commit 2012-07-17 10:35:45 -05:00
mdipierro 24e85b0da0 fixed issue 889, scheduler on missing app, thanks Niphlod 2012-07-16 22:48:59 -05:00
mdipierro 9709267d0f more graful errors 2012-07-16 22:36:29 -05:00
mdipierro 429b133777 latest utf8 and added pyuca, thanks Vladyslav 2012-07-16 22:28:18 -05:00
mdipierro eea0129768 reverted markmin2html example from Valdyslav 2012-07-16 21:19:14 -05:00
mdipierro 666299c471 fixed socket.gaierror, thanks Carlos 2012-07-16 20:58:12 -05:00
mdipierro 00395ba68c added decimal support for json in serializers.py 2012-07-16 15:53:24 -05:00
mdipierro ebd863ab0a added utf8 and utf8 support in Markminn, thanks Vladyslav 2012-07-16 15:36:47 -05:00
mdipierro 36966e962e issue 889, thanks spiffytech 2012-07-16 14:25:19 -05:00
mdipierro b7c544bd2c fixed SQLALL._table 2012-07-16 14:11:54 -05:00
mdipierro 33a89af24b lazy_lazy_cache 2012-07-16 14:10:22 -05:00
mdipierro 68303b5e6e welcome css pathc, issue 896, thanks Angelo 2012-07-16 13:16:02 -05:00
mdipierro 471cfd0419 fixed A as menu item name, issue 987, thanks smogzer 2012-07-16 13:13:45 -05:00
mdipierro 35598f2624 working on wiki_tags 2012-07-15 21:41:43 -05:00
mdipierro 3306258660 fixed problem with update_record and ignore_common_filters, issue 892, thanks spiffytech 2012-07-15 18:11:47 -05:00
mdipierro e929659d64 db().select(....) no longer ignores common_filters, issue 893 2012-07-15 18:06:49 -05:00
mdipierro 6f5648bbc2 Vladyslav acknowledgement 2012-07-15 17:32:24 -05:00
mdipierro 385b906d79 id and class prefix in markmin, thanks Vladyslav 2012-07-15 17:29:55 -05:00
mdipierro f407e5c666 improved admin navigation, thanks Vladyslav 2012-07-15 17:28:46 -05:00
mdipierro b9e68fbed7 improved media handling in auth.wiki(), more work needed 2012-07-15 10:03:05 -05:00
mdipierro 62e5eb36cc rewrite patch, thanks Vladyslav (and Jonathan for checking it) 2012-07-14 23:27:06 -05:00
mdipierro 301a2d7c31 eaiser wiki. Just do 'def index(): return auth.wiki()' (that is all) 2012-07-14 23:25:34 -05:00
mdipierro 7fcb56260e rewrite of MARKMIN, thanks Vladyslav 2012-07-14 23:05:41 -05:00
mdipierro 019b887c63 many improvements from Vladyslav 2012-07-14 22:45:32 -05:00
mdipierro 8a0870df2a no menu in wiki 2012-07-14 20:15:51 -05:00
mdipierro 8d3d1b4a5b fixed sorting in Wiki 2012-07-14 18:43:43 -05:00
mdipierro a508e9f8ab fixed a problem with computed fields 2012-07-14 18:24:01 -05:00
mdipierro 37806c88a7 fixed recent bug in count 2012-07-14 17:55:25 -05:00