Commit graph

206 commits

Author SHA1 Message Date
Lance Edgar
76e37f0e75 split styles into base.css and layout.css 2012-11-08 16:06:35 -08:00
Lance Edgar
50bd5bbf4d add formencode.Schema subclass for convenience 2012-11-06 18:22:36 -08:00
Lance Edgar
8fe6198954 style tweak for form errors 2012-11-06 18:22:10 -08:00
Lance Edgar
28281ea8a1 add change password view 2012-11-06 15:32:49 -08:00
Lance Edgar
97f7eedad6 bump version 2012-11-06 08:12:00 -08:00
Lance Edgar
873d51b773 update changelog 2012-11-06 08:08:16 -08:00
Lance Edgar
1babe591ad make error email content_type configurable 2012-11-06 08:05:46 -08:00
Lance Edgar
99bde9e696 add template layer to error emails 2012-11-06 08:00:40 -08:00
Lance Edgar
4e7302a2eb bump version 2012-10-26 10:27:00 -07:00
Lance Edgar
5ff3ba4120 update changelog 2012-10-26 10:25:26 -07:00
Lance Edgar
12b0b3bb60 add filemon pid path config for linux 2012-10-26 08:39:20 -07:00
Lance Edgar
01972f4c18 bump version 2012-10-09 16:34:44 -07:00
Lance Edgar
6d81cb38f9 update changelog 2012-10-09 16:32:27 -07:00
Lance Edgar
4eb648f47a update user views 2012-10-09 16:04:24 -07:00
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