|
|
|
@5788
|
[5788]
|
11/28/08 11:24:17 |
Gustavo |
Removed SecureController as discussed on turbogears-trunk |
|
|
|
@5776
|
[5776]
|
11/26/08 20:22:20 |
mramm |
bumping version number |
|
|
|
@5766
|
[5766]
|
11/24/08 14:10:22 |
Gustavo |
Updated the namespace where the repoze.what predicates will be stored as … |
|
|
|
@5744
|
[5744]
|
11/22/08 08:28:03 |
Gustavo |
Updated the template according to the API changes in TurboGears and … |
|
|
|
@5742
|
[5742]
|
11/20/08 20:11:32 |
mramm |
Adding index_url info to setup.cfg |
|
|
|
@5741
|
[5741]
|
11/20/08 19:44:06 |
mramm |
Update to use the tg.flash and tg.flash_status variables that are … |
|
|
|
@5724
|
[5724]
|
11/19/08 10:45:31 |
Gustavo |
Replaced occurrences of "tgext.authorization" with "repoze.what" |
|
|
|
@5707
|
[5707]
|
11/18/08 04:08:27 |
jorge.vargas |
- moving base quickstart project tests to nose
- fixed several typos in … |
|
|
|
@5644
|
[5644]
|
10/30/08 23:03:40 |
mramm |
Upping tg.devtools version number. |
|
|
|
@5643
|
[5643]
|
10/29/08 11:46:40 |
Gustavo |
Quickstarted projects had to use auth by mistake. This has been fixed. |
|
|
|
@5638
|
[5638]
|
10/29/08 00:04:46 |
mramm |
* setup.py updated to include a repoze.tm2 link
* updates for CSS and crud |
|
|
|
@5633
|
[5633]
|
10/28/08 00:52:19 |
lmacken |
Fix a trivial spelling error |
|
|
|
@5599
|
[5599]
|
10/24/08 12:47:35 |
Gustavo |
Added support for tgext.authorization in quickstarted applications, … |
|
|
|
@5540
|
[5540]
|
10/15/08 15:48:38 |
faide |
Fix template to make the identity enforce security. |
|
|
|
@5525
|
[5525]
|
10/06/08 23:04:33 |
mramm |
Updating crud templates not to use tmpl_context.w and to just pass the … |
|
|
|
@5358
|
[5358]
|
09/05/08 07:08:47 |
Gustavo |
- Defined the SA URI in test.ini, to fix #1978.
- Removed the definition … |
|
|
|
@5355
|
[5355]
|
09/04/08 21:32:21 |
fredlin |
add elixir ImportError? notes and reorganize the order for 'quickstart … |
|
|
|
@5354
|
[5354]
|
09/04/08 14:22:32 |
deets |
fixed missing session |
|
|
|
@5352
|
[5352]
|
09/04/08 06:30:22 |
Gustavo |
Corrected #1977, thanks to the patch provided by dlatornell. |
|
|
|
@5351
|
[5351]
|
09/04/08 06:23:41 |
Gustavo |
Corrected small bug that caused Elixir to be the default ORM, thanks to a … |
|
|
|
@5350
|
[5350]
|
09/03/08 18:37:06 |
deets |
metadata needs the engine, too |
|
|
|
@5349
|
[5349]
|
09/03/08 14:46:32 |
deets |
added elixir support + identity implementations for that |
|
|
|
@5319
|
[5319]
|
08/30/08 17:02:08 |
mramm |
Bumping version number |
|
|
|
@5288
|
[5288]
|
08/28/08 09:40:18 |
mramm |
TG2 quickstart template docstring added. |
|
|
|
@5202
|
[5202]
|
08/22/08 13:53:18 |
sanjiv |
paster commands added in README.txt_tmpl |
|
|
|
@5169
|
[5169]
|
08/19/08 17:42:53 |
Gustavo |
Using SQLAlchemy's declarative method in the quickstarted projects, … |
|
|
|
@5166
|
[5166]
|
08/19/08 14:57:05 |
splee |
* Remove types from model template
* Update app_cfg in line with moved … |
|
|
|
@5164
|
[5164]
|
08/19/08 14:28:35 |
Gustavo |
Filled test_models with an example on how to test the models. |
|
|
|
@5159
|
[5159]
|
08/19/08 09:42:27 |
mramm |
Updating the template to import config from the right place. |
|
|
|
@5154
|
[5154]
|
08/18/08 15:10:38 |
Gustavo |
Removed unused/deprecated imports from the default TG2 quickstart … |
|
|
|
@5144
|
[5144]
|
08/12/08 21:54:51 |
percious |
modified header so the "page" variable must not be sent in for each … |
|
|
|
@5135
|
[5135]
|
08/10/08 21:29:15 |
mramm |
Adding in required user_class, group_class, and permission_class … |
|
|
|
@5130
|
[5130]
|
08/10/08 16:46:41 |
mramm |
Lots and lots of import changes. Replacing a lot of Pylons refereces with … |
|
|
|
@5096
|
[5096]
|
08/05/08 14:42:51 |
alberto |
added setup.cfg |
|
|
|
@5092
|
[5092]
|
08/05/08 09:42:40 |
alberto |
Added a requirement on zope.sqlalchemy so it pre-installs it since … |
|
|
|
@5091
|
[5091]
|
08/05/08 09:31:07 |
alberto |
fixed a typo in the template controller. Integrated webtest for functional … |
|
|
|
@5090
|
[5090]
|
08/05/08 09:07:51 |
alberto |
changed SA's requirement since beta3 has just been released |
|
|
|
@5081
|
[5081]
|
08/03/08 10:36:11 |
mramm |
new transaction-manangement stuff requires newer SQLAlchemy. |
|
|
|
@5078
|
[5078]
|
08/02/08 14:38:25 |
alberto |
Now the session is bound in the init_model callback |
|
|
|
@5073
|
[5073]
|
08/02/08 12:56:12 |
alberto |
Integrated repoze.tm and zope.sqlalchemy |
|
|
|
@5072
|
[5072]
|
|
|
|
|
|
|
@5056
|
[5056]
|
07/29/08 14:54:57 |
mramm |
Bumping version post-release |
|
|
|
@5052
|
[5052]
|
07/28/08 22:11:09 |
mramm |
-- |
|
|
|
@5047
|
[5047]
|
07/28/08 12:02:04 |
mramm |
-- |
|
|
|
@5041
|
[5041]
|
07/25/08 10:16:00 |
deets |
reverted my testcommit. sorry again. |
|
|
|
@5040
|
[5040]
|
07/25/08 10:15:37 |
deets |
just a test-commit. will be reverted. sorry. diez |
|
|
|
@5039
|
[5039]
|
07/25/08 04:32:34 |
splee |
Updated identity model to use DBSession.mapper in the same way the TG1 … |
|
|
|
@5038
|
[5038]
|
07/24/08 23:27:37 |
percious |
fixed tgcrud to support dbsprockets 0.5 |
|
|
|
@5037
|
[5037]
|
07/24/08 17:34:16 |
splee |
Added classmethod and property decorators to identity methods where … |
|
|
|
@5036
|
[5036]
|
07/24/08 17:23:00 |
splee |
Substituted 'klass' for 'cls' in identity.py classmethods to fit common … |
|
|
|
@5031
|
[5031]
|
07/24/08 16:28:08 |
splee |
Fixing tab spacing in model.template_tmpl |
|
|
|
@4990
|
[4990]
|
07/17/08 09:59:24 |
percious |
middleware template had two definitions of make_app, I removed one. |
|
|
|
@4988
|
[4988]
|
07/16/08 18:58:14 |
mramm |
Fix for #1885 development.ini now runs only on localhost to avoid … |
|
|
|
@4987
|
[4987]
|
07/16/08 18:33:08 |
mramm |
Updating tg.devtools to use the config object for creating make_base_app … |
|
|
|
@4919
|
[4919]
|
07/10/08 12:54:19 |
percious |
fixed identity template to support … |
|
|
|
@4908
|
[4908]
|
07/08/08 18:18:42 |
mramm |
fixes #1881
Added import DBSession |
|
|
|
@4902
|
[4902]
|
07/07/08 16:15:12 |
percious |
fixed template to support form_plugin change. |
|
|
|
@4878
|
[4878]
|
07/01/08 17:39:34 |
mramm |
bumping revision of tg.devtools |
|
|
|
@4869
|
[4869]
|
07/01/08 12:50:13 |
mramm |
Post release version update. |
|
|
|
@4862
|
[4862]
|
07/01/08 08:47:59 |
mramm |
css tweeks, and a minor version bump for DBSProckets. |
|
|
|
@4853
|
[4853]
|
06/30/08 22:35:49 |
mramm |
Updating require again for dbsprockets |
|
|
|
@4852
|
[4852]
|
06/30/08 22:20:44 |
percious |
dbsprockets is now 0.5 or higher in the setup.py |
|
|
|
@4851
|
[4851]
|
06/30/08 17:54:02 |
mramm |
oops, commited that too fast. Missing comma |
|
|
|
@4850
|
[4850]
|
06/30/08 17:52:59 |
mramm |
adding turbojson requirement |
|
|
|
@4849
|
[4849]
|
06/30/08 16:39:42 |
percious |
fixed template to be 0.5beta1 complient. also, setup.py pulls in wsgiref … |
|
|
|
@4848
|
[4848]
|
06/30/08 16:09:54 |
mramm |
Updates to setup.py |
|
|
|
@4828
|
[4828]
|
06/28/08 10:07:47 |
mramm |
Tweeks to the quickstart template suggested by Ademan + line-breaks to … |
|
|
|
@4827
|
[4827]
|
06/27/08 21:08:13 |
mramm |
Remove comment that makes no sense anymore now that we dropped the widget … |
|
|
|
@4825
|
[4825]
|
06/26/08 22:13:14 |
roger |
Avoid rendering repeated <html></html> tags at beginning of page source. |
|
|
|
@4824
|
[4824]
|
06/26/08 21:34:30 |
fredlin |
update about doc.... I think template explanations are too detail, … |
|
|
|
@4819
|
[4819]
|
06/25/08 21:35:41 |
roger |
better name (related to my previous commit) |
|
|
|
@4818
|
[4818]
|
06/25/08 21:25:59 |
roger |
Fix css classname typos
Fix page names in root controller |
|
|
|
@4812
|
[4812]
|
06/24/08 12:28:17 |
faide |
Adding base work for secure controller usage in the template. Please … |
|
|
|
@4798
|
[4798]
|
06/21/08 15:06:48 |
mramm |
Fixing import error (imports were using the project name, not the package … |
|
|
|
@4797
|
[4797]
|
06/21/08 15:03:55 |
mramm |
A couple of wording changed, and dropping the second navbar on the main … |
|
|
|
@4796
|
[4796]
|
06/21/08 14:50:26 |
mramm |
Updating the quickstart page look and feel. |
|
|
|
@4784
|
[4784]
|
06/19/08 18:28:29 |
mramm |
Moving the declarative config into it's own file to be more like TG1 |
|
|
|
@4772
|
[4772]
|
06/18/08 13:52:58 |
mramm |
-- |
|
|
|
@4771
|
[4771]
|
06/18/08 13:48:22 |
mramm |
Adding back some code to environment.py in order to may the pylons paster … |
|
|
|
@4764
|
[4764]
|
06/18/08 02:05:45 |
mramm |
Environment now setup from base_config object in the tg framework, rather … |
|
|
|
@4762
|
[4762]
|
06/17/08 19:18:30 |
mramm |
Updating middleware to fix some auth related breakage |
|
|
|
@4760
|
[4760]
|
06/17/08 17:59:15 |
mramm |
quickstart template update. Now we use an AppConfig? object rather than a … |
|
|
|
@4754
|
[4754]
|
06/16/08 00:19:26 |
mramm |
-- |
|
|
|
@4753
|
[4753]
|
06/15/08 22:03:13 |
mramm |
Beginnings of the config setup replacement. Could use some review. The … |
|
|
|
@4697
|
[4697]
|
06/10/08 15:08:09 |
faide |
small presentation changes in the templates (no code) just spaces |
|
|
|
@4696
|
[4696]
|
06/10/08 14:44:18 |
percious |
added tg.ext.geo as a plugin for tg.devtools. |
|
|
|
@4693
|
[4693]
|
06/09/08 22:02:40 |
mramm |
fixed my stupid typo |
|
|
|
@4692
|
[4692]
|
06/09/08 17:40:39 |
mramm |
Oops. I accidentally checked in a partial commit of the buffet removal … |
|
|
|
@4687
|
[4687]
|
06/08/08 10:00:47 |
mramm |
Template fixed for non-identity SQLAlchemy projects. |
|
|
|
@4671
|
[4671]
|
06/04/08 11:31:07 |
percious |
added initial paste fixture tests to turbogears template. |
|
|
|
@4657
|
[4657]
|
06/02/08 12:44:27 |
percious |
fixes to the environment template to make identity work again. |
|
|
|
@4656
|
[4656]
|
06/01/08 20:06:10 |
percious |
changes to suppor the change to tg.ext.repoze.who |
|
|
|
@4653
|
[4653]
|
06/01/08 16:19:47 |
alberto |
udpated TG2's template to use TW 0.9 |
|
|
|
@4646
|
[4646]
|
06/01/08 00:42:04 |
percious |
modified environment to support identity. |
|
|
|
@4599
|
[4599]
|
05/21/08 21:19:11 |
mramm |
removed trailing comma that made python mad. :( |
|
|
|
@4598
|
[4598]
|
05/21/08 20:59:59 |
mramm |
Hack which should make genshi the default template engine again.
We … |
|
|
|
@4597
|
[4597]
|
05/21/08 20:41:59 |
mramm |
Updating the model package to make init work again (MetaData? was used … |
|
|
|
@4594
|
[4594]
|
05/21/08 04:41:34 |
fredlin |
seperate identity model define from init.py |
|
|
|
@4593
|
[4593]
|
05/21/08 04:40:18 |
fredlin |
seperate identity model define from init.py |
|
|
|
@4592
|
[4592]
|
05/21/08 04:21:29 |
fredlin |
update default env settings |