-
f6e89cc804
reverted accidental tools change
mdipierro
2012-08-23 10:09:49 -05:00
-
f7f9e23246
fixed problem with on_define
mdipierro
2012-08-23 10:08:00 -05:00
-
87a7d2e423
fixed problem with on_define
mdipierro
2012-08-23 10:08:00 -05:00
-
945437e04d
db.define_table('person',Field('name'),on_define=lambda table: [table.name.set_attributes(writable=False)]), thanks Jonathan
mdipierro
2012-08-23 09:20:25 -05:00
-
09dc27faed
db.define_table('person',Field('name'),on_define=lambda table: [table.name.set_attributes(writable=False)]), thanks Jonathan
mdipierro
2012-08-23 09:20:25 -05:00
-
4d25413229
added Killer Web Development link, thanks Anthony
mdipierro
2012-08-23 09:00:56 -05:00
-
bd12fd4c7b
added Killer Web Development link, thanks Anthony
mdipierro
2012-08-23 09:00:56 -05:00
-
dacff1fc09
added DIV.add_class, DIV.remove_class, thanks Dulakian, fixed issue 952
mdipierro
2012-08-23 08:54:34 -05:00
-
089c0b33db
added DIV.add_class, DIV.remove_class, thanks Dulakian, fixed issue 952
mdipierro
2012-08-23 08:54:34 -05:00
-
4262511f91
restoring Settings backward compatibility, thanks Dominic
mdipierro
2012-08-23 08:42:47 -05:00
-
cf51c40e86
restoring Settings backward compatibility, thanks Dominic
mdipierro
2012-08-23 08:42:47 -05:00
-
57b7018a83
fixed changelog typos, thanks Niphlod
mdipierro
2012-08-23 08:37:55 -05:00
-
aad7aac1c7
fixed changelog typos, thanks Niphlod
mdipierro
2012-08-23 08:37:55 -05:00
-
d2999307d8
removed unwanted trailing spaces from fpdf
mdipierro
2012-08-23 08:36:50 -05:00
-
36c1915883
removed unwanted trailing spaces from fpdf
mdipierro
2012-08-23 08:36:50 -05:00
-
a528df0b2e
moved pyfpdf to fpdf, thanks Mariano
mdipierro
2012-08-23 08:35:41 -05:00
-
d03bf8af88
moved pyfpdf to fpdf, thanks Mariano
mdipierro
2012-08-23 08:35:41 -05:00
-
c4c9024ee0
new pyfpdf, thanks Mariano
mdipierro
2012-08-23 08:31:04 -05:00
-
6bfd3ea7c5
new pyfpdf, thanks Mariano
mdipierro
2012-08-23 08:31:04 -05:00
-
6bdde2379e
Merge github.com:web2py/web2py
Michele Comitini
2012-08-23 14:10:50 +02:00
-
-
dac059e85e
minor edits in changelog
mdipierro
2012-08-22 19:47:15 -05:00
-
c2c1b56fe9
minor edits in changelog
mdipierro
2012-08-22 19:47:15 -05:00
-
a3d20386fc
R-2.0.0rc1
mdipierro
2012-08-22 18:09:25 -05:00
-
9c81a20df2
R-2.0.0rc1
mdipierro
2012-08-22 18:09:25 -05:00
-
9c3e4cf03a
tag in Makefile
mdipierro
2012-08-22 18:08:58 -05:00
-
1a5b4ea6ae
tag in Makefile
mdipierro
2012-08-22 18:08:58 -05:00
-
0630f4e298
cleaned up changelog for 2.0
mdipierro
2012-08-22 17:35:41 -05:00
-
0cef0c0dfc
cleaned up changelog for 2.0
mdipierro
2012-08-22 17:35:41 -05:00
-
dde46a4ee4
wiki.auth() has wiki-menu page
mdipierro
2012-08-22 17:07:44 -05:00
-
8cc853d9e0
wiki.auth() has wiki-menu page
mdipierro
2012-08-22 17:07:44 -05:00
-
3b0d1ab410
reverting bootstrap 2.1.0 because messes up navbar
mdipierro
2012-08-22 16:03:03 -05:00
-
083f3a5e0f
reverting bootstrap 2.1.0 because messes up navbar
mdipierro
2012-08-22 16:03:03 -05:00
-
3ae625077f
bootstrap 2.0
mdipierro
2012-08-22 15:59:06 -05:00
-
85d6cc0752
bootstrap 2.0
mdipierro
2012-08-22 15:59:06 -05:00
-
e36a3f9e33
fixed colors in navbar
mdipierro
2012-08-22 15:48:45 -05:00
-
79c5132693
fixed colors in navbar
mdipierro
2012-08-22 15:48:45 -05:00
-
7e5726a247
bootstrap 2.1.0
mdipierro
2012-08-22 15:36:55 -05:00
-
a714d7be07
bootstrap 2.1.0
mdipierro
2012-08-22 15:36:55 -05:00
-
8ec67ea190
bootstrap 2.1.0
mdipierro
2012-08-22 15:36:28 -05:00
-
705161704e
bootstrap 2.1.0
mdipierro
2012-08-22 15:36:28 -05:00
-
9d793348e2
reverted Storage again, check for bug not reliable, :-(
mdipierro
2012-08-22 15:27:19 -05:00
-
7d217c45f8
reverted Storage again, check for bug not reliable, :-(
mdipierro
2012-08-22 15:27:19 -05:00
-
715daf6824
fixed have_bug
mdipierro
2012-08-22 13:00:28 -05:00
-
639aeafbd0
fixed have_bug
mdipierro
2012-08-22 13:00:28 -05:00
-
7db563066b
bug detection for Storage, reverted improvements in dal :-(
mdipierro
2012-08-22 10:48:17 -05:00
-
b7623af28c
bug detection for Storage, reverted improvements in dal :-(
mdipierro
2012-08-22 10:48:17 -05:00
-
b9fd6e5c68
simplied router logic, thanks Jonathan
mdipierro
2012-08-22 08:40:55 -05:00
-
180ae1027f
simplied router logic, thanks Jonathan
mdipierro
2012-08-22 08:40:55 -05:00
-
68f2f0c400
Martin's menu patch
mdipierro
2012-08-22 08:38:04 -05:00
-
0b6f60f1d6
Martin's menu patch
mdipierro
2012-08-22 08:38:04 -05:00
-
c400743bc3
confirm spelling, thanks sethkinast
mdipierro
2012-08-22 08:32:00 -05:00
-
cd543099a7
confirm spelling, thanks sethkinast
mdipierro
2012-08-22 08:32:00 -05:00
-
e1fe556abb
fixed portalocker in Storage, restored appadmin
mdipierro
2012-08-21 22:19:43 -05:00
-
054b9c672c
fixed portalocker in Storage, restored appadmin
mdipierro
2012-08-21 22:19:43 -05:00
-
ffe3faeb5f
automenu
mdipierro
2012-08-21 22:07:18 -05:00
-
ebe6d0283e
automenu
mdipierro
2012-08-21 22:07:18 -05:00
-
2f4f7711dc
jquery 1.8.0
mdipierro
2012-08-21 22:03:53 -05:00
-
b093186b77
jquery 1.8.0
mdipierro
2012-08-21 22:03:53 -05:00
-
ecc6de6a02
scgi friendly patch, thanks Michele
mdipierro
2012-08-21 21:53:59 -05:00
-
6b30135ce3
scgi friendly patch, thanks Michele
mdipierro
2012-08-21 21:53:59 -05:00
-
8d94f99e4e
Merge github.com:web2py/web2py
Michele Comitini
2012-08-22 03:22:34 +02:00
-
-
1fedbd105e
fixed a bug in Row, recently introduced
mdipierro
2012-08-21 18:20:07 -05:00
-
88326a9b4d
fixed a bug in Row, recently introduced
mdipierro
2012-08-21 18:20:07 -05:00
-
68e1b496f1
use the URL to respect routers directives
Michele Comitini
2012-08-22 01:13:10 +02:00
-
3283ce144c
fixed a problem with lazy tables and self.__dict__=self magic
mdipierro
2012-08-21 17:42:01 -05:00
-
2c08f4396b
fixed a problem with lazy tables and self.__dict__=self magic
mdipierro
2012-08-21 17:42:01 -05:00
-
3843406ba9
Table, DAL and Row use self.__dict__=self
mdipierro
2012-08-21 15:56:53 -05:00
-
4f0daa5479
Table, DAL and Row use self.__dict__=self
mdipierro
2012-08-21 15:56:53 -05:00
-
fbb6efa5cf
new Storage passes all tests
mdipierro
2012-08-21 14:41:43 -05:00
-
83dcaf6313
new Storage passes all tests
mdipierro
2012-08-21 14:41:43 -05:00
-
3812548447
another attempt at new Storage, thanks Jonathan
mdipierro
2012-08-21 14:30:02 -05:00
-
61a1fb1d58
another attempt at new Storage, thanks Jonathan
mdipierro
2012-08-21 14:30:02 -05:00
-
a16e51ad7b
reverted Storage again. :-(
mdipierro
2012-08-21 13:38:27 -05:00
-
c6c417af72
reverted Storage again. :-(
mdipierro
2012-08-21 13:38:27 -05:00
-
a709e7ba56
Fixed issue 834, thanks Paolo
mdipierro
2012-08-21 12:42:04 -05:00
-
ffc98f26be
Fixed issue 834, thanks Paolo
mdipierro
2012-08-21 12:42:04 -05:00
-
f09ecfd458
fixed unwanted membershin in wiki, thanks Alan
mdipierro
2012-08-21 11:39:27 -05:00
-
a64b95f12e
fixed unwanted membershin in wiki, thanks Alan
mdipierro
2012-08-21 11:39:27 -05:00
-
c31193b45c
new Storage class, thanks Oscar Benjamin
mdipierro
2012-08-21 11:34:55 -05:00
-
f15f6683a2
new Storage class, thanks Oscar Benjamin
mdipierro
2012-08-21 11:34:55 -05:00
-
1ef131354f
fixed common field concatenation
mdipierro
2012-08-21 09:52:23 -05:00
-
b5c8941f58
fixed common field concatenation
mdipierro
2012-08-21 09:52:23 -05:00
-
70fd93ac8f
timezone support in dal, assumes local time is gmt time
mdipierro
2012-08-21 09:06:21 -05:00
-
ed485d38ab
timezone support in dal, assumes local time is gmt time
mdipierro
2012-08-21 09:06:21 -05:00
-
e70f8e8c51
more options in response.stream, thanks Alan
mdipierro
2012-08-21 08:55:41 -05:00
-
e84ec7dd8f
more options in response.stream, thanks Alan
mdipierro
2012-08-21 08:55:41 -05:00
-
55349d8e2f
better bootstrap formstyle, thanks Dulakian
mdipierro
2012-08-21 08:53:39 -05:00
-
1f60d8f9f4
better bootstrap formstyle, thanks Dulakian
mdipierro
2012-08-21 08:53:39 -05:00
-
8d923a5765
fixed backward compatibility issue formstyles, thanks Dominic
mdipierro
2012-08-21 08:52:06 -05:00
-
db1bda8f5b
fixed backward compatibility issue formstyles, thanks Dominic
mdipierro
2012-08-21 08:52:06 -05:00
-
845effd5ed
Merge github.com:web2py/web2py
Michele Comitini
2012-08-21 15:48:38 +02:00
-
-
e5afc3ede8
fixed cut and paste error, thanks Martin
mdipierro
2012-08-21 07:57:09 -05:00
-
c85ba41794
fixed cut and paste error, thanks Martin
mdipierro
2012-08-21 07:57:09 -05:00
-
22cfb6ddab
reverted storage.py again
mdipierro
2012-08-20 21:56:26 -05:00
-
75a48ec45f
reverted storage.py again
mdipierro
2012-08-20 21:56:26 -05:00
-
5bcc8f750b
another attempt at faster Storage
mdipierro
2012-08-20 21:54:02 -05:00
-
4dae25ec8f
another attempt at faster Storage
mdipierro
2012-08-20 21:54:02 -05:00
-
608e3245e0
better options_std.py, thanks Niphlod
mdipierro
2012-08-20 16:03:19 -05:00
-
fe6c641021
better options_std.py, thanks Niphlod
mdipierro
2012-08-20 16:03:19 -05:00
-
c7074d5e4d
better web2py.py thanks Niphlod
mdipierro
2012-08-20 16:02:11 -05:00