Commit graph

192 commits

Author SHA1 Message Date
Lance Edgar
26e11bbae0 add active_extensions stub to alembic scaffold 2012-10-09 16:02:43 -07:00
Lance Edgar
6911b4380f bump version 2012-10-08 10:52:17 -07:00
Lance Edgar
cbbb47128c update changelog 2012-10-08 10:50:10 -07:00
Lance Edgar
b0bb83514c add poolclass awareness to engine_from_config() 2012-10-08 10:48:04 -07:00
Lance Edgar
9bb5078cb0 bump version 2012-10-05 13:47:54 -07:00
Lance Edgar
a945a15747 update changelog 2012-10-05 13:46:21 -07:00
Lance Edgar
65e4902dc7 make request.has_perm() provide session, in case user is None 2012-10-05 13:41:12 -07:00
Lance Edgar
e9513206cd fix pyramid request.has_perm() for guests 2012-10-05 12:34:42 -07:00
Lance Edgar
0271672a57 add display() to AutocompleteView 2012-09-30 13:11:54 -07:00
Lance Edgar
e4f5209a50 bump version 2012-09-28 09:23:29 -07:00
Lance Edgar
9a17070345 update changelog 2012-09-28 09:21:36 -07:00
Lance Edgar
3ce34d602a misc 2012-09-28 07:41:55 -07:00
Lance Edgar
d1514852e3 add OrderedDict to util 2012-09-28 07:41:39 -07:00
Lance Edgar
e0042f6fe5 various progress tweaks 2012-09-28 07:40:47 -07:00
Lance Edgar
ddb01da2bd add alembic/*.py to scaffold MANIFEST.in 2012-09-22 16:58:01 -07:00
Lance Edgar
b4e66e95cd bump version 2012-09-22 16:53:17 -07:00
Lance Edgar
c324a58588 update changelog 2012-09-22 16:51:39 -07:00
Lance Edgar
9d66bd0468 add alembic to db dependencies 2012-09-22 16:49:59 -07:00
Lance Edgar
b1593d0c45 fix alembic env template 2012-09-22 15:47:09 -07:00
Lance Edgar
eca06ec11c bump version 2012-09-18 18:48:03 -07:00
Lance Edgar
d33f302884 update changelog 2012-09-18 18:45:30 -07:00
Lance Edgar
d3188924a4 add daemon module 2012-09-18 14:21:47 -07:00
Lance
0e83488800 add .gitignore 2012-09-17 12:25:25 -07:00
Lance Edgar
c7e0bfef6a extended commit (see note)
- Slight overhaul of init() system; added ``edbob.init_modules()`` function.

- Added ``read_service()`` method to ``AppConfigParser`` class, for use with
  Windows services.

- Added generic ``Service`` class to ``edbob.win32`` module.  (File monitor now
  inherits from it.)

- Tweaked ``edbob.db`` initialization somewhat.  (``Base.metadata`` no longer
  binds to ``edbob.db.engine``.)

- Fixed guest role bug in ``edbob.db.auth.has_permission()`` function.

- Added "automagical" enumeration support for database extensions.

- Added ``EMAIL_PREFERENCE`` enum to ``contact`` database extension.

- Tweaked ``edbob.pyramid.includeme()``.

- Tweaked ``people`` Pyramid views.
2012-09-17 11:43:13 -07:00
Lance Edgar
526ff5dd6b bump version 2012-09-06 14:21:48 -07:00
Lance Edgar
d6b11433fc Added tag v0.1a13 for changeset cc3ea53ac3a7 2012-09-06 14:18:02 -07:00
Lance Edgar
1e489d917d update changelog 2012-09-06 14:17:52 -07:00
Lance Edgar
aa64721d12 merge 2012-09-06 13:57:02 -07:00
Lance Edgar
47b7017285 add files.locking_copy() 2012-09-06 13:56:45 -07:00
Lance Edgar
820fec9953 merge 2012-09-06 13:55:09 -07:00
Lance Edgar
6794633205 add lock support to linux filemon 2012-09-06 13:54:36 -07:00
Lance Edgar
91a31e1621 increase container (body) width in default CSS 2012-09-04 09:06:33 -07:00
Lance Edgar
a5c3e181ab add beaker, pyramid_exclog config to scaffold INI files 2012-09-04 09:06:15 -07:00
Lance Edgar
5373e8c68b add pyramid_exclog dependency 2012-08-29 16:56:37 -07:00
Lance Edgar
e251f09483 fix filemon support in linux 2012-08-29 16:25:08 -07:00
Lance Edgar
36634e8306 extensive commit (see note)
The following changes are included:

- ``edbob.pyramid.Session`` uses ``sessionmaker()`` instead of ``edbob.db.Session``.

- ``edbob.pyramid.includeme()`` now configures ``pyramid_beaker`` directly.

- ``edbob.pyramid.includeme()`` now configures auth/auth policies directly.

- Pyramid progress indicator added.

- ``edbob.pyramid.Session`` added to global template render context.

- ``request.get_referrer()`` method added (removed ``edbob.pyramid.util`` module).

- ``request.get_setting()`` and ``request.save_setting()`` methods added.

- ``Grid.column_header()`` now supports ``title`` attribute.

- ``Grid.editable`` support added.

- Template / style tweaks.

- ``text`` argument to ``disable_button()`` JS function is now optional.

- Forbidden view flash message no longer duplicated when multiple redirects
  occur.

- ``CrudView`` class improved to support various workflow needs
  (e.g. post-delete procesing).

- Extra renderer keyword args support added to ``GridView`` class.

- ``SearchableAlchemyGridView`` class improved to support various workflow
  needs (e.g. obtaining an unsorted query).
2012-08-29 11:08:43 -07:00
Lance Edgar
03fe6a5c8e bump version 2012-08-20 08:21:16 -07:00
Lance Edgar
5d3f11710f Added tag v0.1a12 for changeset 43efe74c1a2b 2012-08-20 08:11:14 -07:00
Lance Edgar
71c69999f1 update changelog 2012-08-20 08:11:05 -07:00
Lance Edgar
9e3b30ad38 fix manifest to include jQuery UI CSS 2012-08-20 08:10:07 -07:00
Lance Edgar
d335d92cae bump version 2012-08-17 09:39:09 -07:00
Lance Edgar
f02e8441a5 Added tag v0.1a11 for changeset 3d9cc22168c4 2012-08-17 09:33:51 -07:00
Lance Edgar
d086fbe7ff update changelog 2012-08-17 09:33:45 -07:00
Lance Edgar
1d8403a67e overhaul filemon.win32 service 2012-08-17 08:50:19 -07:00
Lance Edgar
3adf289652 style tweaks, remove GridView.add_route() 2012-08-16 10:29:25 -07:00
Lance Edgar
881e83e88e add util.get_referer() 2012-08-16 09:06:17 -07:00
Lance Edgar
5b5b0c8738 CRUD form overhaul..etc. 2012-08-15 15:16:57 -07:00
Lance Edgar
dbd99303c4 template/style tweaks etc. 2012-08-15 09:32:10 -07:00
Lance Edgar
30991b5076 improve Crud view 2012-08-15 09:31:57 -07:00
Lance Edgar
7805018f13 add BooleanSearchFilter 2012-08-15 09:31:37 -07:00