Commit Graph

  • fe8b9c2045 handle corner case of content rule of changing id on cut/paste (#4559) master Frédéric Péters 2014-03-24 14:24:02 +0100
  • 656cc50f65 don't bother with immediate_view if we didn't get an object (#4468) Frédéric Péters 2014-03-13 16:21:06 +0100
  • 5a9641cd6a hardcode a different label for new links to folder (#4456) Frédéric Péters 2014-03-13 12:21:11 +0100
  • 7c7bb6c2ae hack add form title to include container name (#4314) Frédéric Péters 2014-02-24 11:05:56 +0100
  • 5b28e9d7c2 Preparing release 2.1.3 Eric Steele 2013-05-26 21:10:19 -0400
  • 8ab4d12695 Zap gremlins. Eric Steele 2013-05-23 21:58:29 -0400
  • 65e13486d9 Merge pull request #15 from eleddy/missing_files_patch Elizabeth Leddy 2013-04-11 16:15:22 -0700
  • 2fb1d726b8 merge latest Elizabeth Leddy 2013-03-18 16:14:40 -0700
  • 12f24e4ea2 fail gracefully when a schema lookup fails do to import error in lookupSchema Elizabeth Leddy 2013-03-18 16:13:10 -0700
  • 9bf10a6fc6 Back to development: 2.1.3 Eric Steele 2013-03-05 18:38:41 -0500
  • 777a41435b Preparing release 2.1.2 Eric Steele 2013-03-05 18:38:08 -0500
  • 8f6fed05e5 Merged Rafael Oliveira's (@rafaelbco) @content-core views from collective.cmfeditionsdexteritycompat. Ross Patterson 2013-02-08 16:07:51 -0800
  • ea1ceb7053 Back to development: 2.1.2 Eric Steele 2013-01-17 22:02:57 -0500
  • c2cf42edb8 Preparing release 2.1.1 Eric Steele 2013-01-17 22:02:28 -0500
  • 5753a95a9c Update docs/HISTORY.txt Thomas Desvenain 2013-01-16 10:08:27 +0100
  • b385afa525 don't add title & description fields by default David Glick 2013-01-15 16:14:16 -0800
  • 56879c86bf Check FTI when pasting content. Wichert Akkerman 2013-01-11 12:32:01 +0100
  • 681510ab6e fix changelog David Glick 2013-01-04 15:49:23 -0800
  • 7df9330db4 remove .mo file which should be ignored David Glick 2013-01-04 15:49:14 -0800
  • a5bb50a94a Merge remote-tracking branch 'headnet/schema-cache-fix' David Glick 2013-01-04 15:31:16 -0800
  • 8ed3213159 babel update_catalog Maurits van Rees 2013-01-02 12:06:29 +0100
  • a63ed1e1f0 extract messages Maurits van Rees 2013-01-02 11:55:55 +0100
  • ceaedb6e2b Move babel config out of setup.py. Maurits van Rees 2013-01-02 11:55:45 +0100
  • 951dae0d82 Fix version number. Eric Steele 2013-01-01 22:13:25 -0500
  • ee8db0305d Back to development: 2.1 Eric Steele 2013-01-01 22:12:46 -0500
  • 6bda27317f Preparing release 2.1 Eric Steele 2013-01-01 21:23:08 -0500
  • 8eb5ca33de Merge pull request #13 from gbastien/master Rok Garbas 2012-12-17 05:12:32 -0800
  • ff16a44ae7 Update docs/HISTORY.txt Gauthier Bastien 2012-12-17 14:08:28 +0100
  • 6778c2c23b Add tests for the schema_policy attribute Frédéric Péters 2012-12-14 15:05:37 +0100
  • afb4b96ebf Add a schema policy attribute to Dexterity FTI Frédéric Péters 2012-12-13 17:25:47 +0100
  • 3b11b0d4da adding to Changelog for #11 Rok Garbas 2012-12-06 05:30:23 +0100
  • ceeb72b61a Merge pull request #11 from plone/attribute-lookup-optimization Rok Garbas 2012-12-05 20:29:01 -0800
  • b7f013e8b8 Merge pull request #12 from petri/master David ichimdav 2012-12-04 11:30:26 -0800
  • a32b5340ff fix Finnish translation po file's Domain header Petri Savolainen 2012-12-04 08:16:17 +0200
  • e3130cc7f1 Added changelog entry and fixed language code Rok Garbas 2012-11-25 22:41:55 +0100
  • 2293fa1777 Added Finnish translations. Jukka Ojaniemi 2012-09-21 15:23:30 +0300
  • 6e1bf67401 Merge branch 'attribute-lookup-optimization' of https://github.com/plone/plone.dexterity into schema-cache-fix Bo Simonsen 2012-11-23 14:36:39 +0100
  • 00a098bc15 Update plone/dexterity/content.py Malthe Borch 2012-11-23 14:32:50 +0100
  • 8b85633bfe Include a small comment on this optimization. Malthe Borch 2012-11-21 15:02:57 +0100
  • bc5bbb017b Merge branch 'schema-cache-fix' of github.com:headnet/plone.dexterity into schema-cache-fix Malthe Borch 2012-11-21 14:58:48 +0100
  • 412e370d28 Fixed a bug in malthes rewrite of the schema cache, since invalidate on the schema cache can be invoked for a non-registered FTI, which caused an error, furthermore invalidate schema was called for an unregistered FTI, which was definitely also a mistake. Headnet 2012-11-06 15:33:37 +0100
  • 75d2b6dd5d Allow for the disabling of the schema cache (for testing purposes), and fix some expectations (we now expect more schema lookups in the test since the schema cache is disabled). Malthe Borch 2012-10-26 14:53:29 +0200
  • 7563951b00 Fixed schema caching. Malthe Borch 2012-10-26 14:32:48 +0200
  • e2fca426d9 Return early for attributes that begin with two underscores (typically '__conform__'). Malthe Borch 2012-11-21 14:43:37 +0100
  • 8b909457b8 Fixed a bug in malthes rewrite of the schema cache, since invalidate on the schema cache can be invoked for a non-registered FTI, which caused an error, furthermore invalidate schema was called for an unregistered FTI, which was definitely also a mistake. Headnet 2012-11-06 15:33:37 +0100
  • 2233d0b535 Use IConstrainTypes adapters for dexterity content Gaudenz Steinlin 2011-10-17 15:55:33 +0200
  • fd32e11102 Merge pull request #9 from headnet/master Malthe Borch 2012-10-26 06:07:20 -0700
  • 4ee6216de6 Allow for the disabling of the schema cache (for testing purposes), and fix some expectations (we now expect more schema lookups in the test since the schema cache is disabled). Malthe Borch 2012-10-26 14:53:29 +0200
  • 79f4255b41 Fixed schema caching. Malthe Borch 2012-10-26 14:32:48 +0200
  • dd491480b8 Default attribute accessor now returns a field default for a field provided by a subtype. Malthe Borch 2012-10-18 10:29:18 +0200
  • 26d27cb66f Return an empty tuple if an FTI is not found, instead of ``None``. Malthe Borch 2012-10-18 10:25:18 +0200
  • 29e2f52976 Refactor. Malthe Borch 2012-10-18 10:17:38 +0200
  • dd5a96917d Merge pull request #7 from headnet/master Malthe Borch 2012-09-26 01:04:43 -0700
  • ef63c932e0 Adding test and changelog entry. Malthe Borch 2012-09-20 13:12:07 +0200
  • 85f2fc8a3d Now looking up the behavior utility and using that utility to get the interface Bo Simonsen 2012-09-20 11:34:08 +0200
  • 2623e83397 Merge pull request #6 from headnet/master David Glick 2012-09-07 11:53:04 -0700
  • 8a809657eb add danish translation Thomas Clement Mogensen 2012-09-06 14:00:31 +0200
  • 0edb12bebd Back to development: 2.0.1 Eric Steele 2012-08-30 17:13:00 -0400
  • 7e7a1ae263 Prepare plone.dexterity 2.0. Eric Steele 2012-08-30 17:12:20 -0400
  • fbf3c123de Preparing release 2.0 Eric Steele 2012-08-30 17:11:23 -0400
  • be242e9269 Merge pull request #5 from retsu/master David Glick 2012-08-15 08:56:22 -0700
  • 060ec82887 Dutch: Bewaar -> Bewaren, like elsewhere in Plone Maurits van Rees 2012-08-15 14:42:13 +0300
  • f23923ee72 First translation for Ja retsu 2012-08-15 20:08:03 +0900
  • 1e2e55c55d add UID method for Dexterity items David Glick 2012-08-13 17:50:55 -0700
  • 4feebbe0cf http://effbot.org/zone/default-values.htm Karl Johan Kleist 2012-06-29 15:17:26 +0300
  • 438821612c Add Afrikaans and Bulgarian translations JC Brand 2012-06-27 11:09:11 +0200
  • b39cb308af remove hard dependency on zope.app.content David Glick 2012-05-20 14:24:33 -0400
  • e464f00043 Use getSite from zope.component Hanno Schlichting 2012-05-20 11:41:03 -0400
  • 54376fc281 no need for rwproperty David Glick 2012-05-19 16:10:04 -0400
  • 76a1375e5b ignore mo files Hanno Schlichting 2012-05-19 12:29:50 -0400
  • 1f990e9f34 fix test failure in Zope 2.13.13 David Glick 2012-05-13 16:41:51 -0700
  • 7ec860a072 Fixed two typos. The FTI acronym is used before being defined. Fulvio Casali 2012-03-23 13:43:57 -0700
  • 5486111c22 Merge pull request #4 from naro/master Héctor Velarde 2012-02-29 07:21:14 -0800
  • 2d56b36395 Added Czech i18n Radim Novotny 2012-02-26 13:57:39 +0100
  • ef8006ad7a forward port a change on the 1.x branch that got missed David Glick 2012-02-25 18:16:50 -0800
  • 5d874457ed update history from 1.x branch David Glick 2012-02-25 18:14:11 -0800
  • d30c65282c override manage_delObjects to check the delete permission for each item, like Archetypes does David Glick 2012-02-19 17:20:42 -0800
  • d31a08d2e1 content.Container class declaraction was missing due to a typo. Rafael Oliveira 2012-02-17 09:40:57 -0200
  • 12a49ecb3e add basque translation Mikel Larreategi 2012-02-09 17:19:08 +0100
  • 8df920d75d fix UnicodeDecodeError for FTI title/description with non-ASCII chars David Glick 2011-12-30 15:15:53 -0800
  • 9bcedcc102 merge pull request #4 from zedr/master (add Italian translation) David Glick 2011-11-25 17:06:19 -0500
  • 92d0b132ce Ensure that a factory utility really isn't needed before removing it. Jamie Lentin 2011-11-22 18:05:43 +0000
  • 621e185685 Updated changelog zedr 2011-11-22 10:17:47 +0100
  • fbb0d9e478 adding gitignore file Rok Garbas 2011-11-22 00:42:34 +0100
  • aef40f11b3 messags now coherent with the standard Italian translations found elsewhere zedr 2011-11-21 13:11:51 +0100
  • 4a97700875 cancel does not really mean that; fixed (thanks gborelli) zedr 2011-11-21 13:07:11 +0100
  • 9fa9904b54 Removed template header zedr 2011-11-21 12:43:50 +0100
  • d035596410 Correct timestamps zedr 2011-11-21 12:31:49 +0100
  • 856254925b Added Italian translation zedr 2011-11-21 12:29:32 +0100
  • f9727ac8fe Make sure the Title() and Description() accessors of containers return an encoded bytestring as expected for CMF-style accessors. Thomas Buchberger 2011-10-13 14:56:31 +0200
  • a36f40743d Merged bd50119 from 1.x branch Thomas Buchberger 2011-10-18 09:24:27 +0200
  • 506191a798 Merge pull request #1 from chaoflow/cfl Tom Lazar 2011-09-24 16:02:45 -0700
  • abc47c5b54 iterSchemataForType very similar to iterSchemata Florian Friesdorf 2011-09-25 00:29:58 +0200
  • 528f8c0835 whitespace-cleanup Florian Friesdorf 2011-09-25 00:26:14 +0200
  • c80eed308d whitespace-cleanup Florian Friesdorf 2011-09-24 19:38:44 +0200
  • 4f802e1d68 merge r52078 from 1.x branch David Glick 2011-09-17 22:21:30 +0000
  • f7f8ae2d6c merge r52073 from 1.x branch David Glick 2011-09-17 21:46:25 +0000
  • 8ccccdd559 merge r51295 from 1.x branch David Glick 2011-07-19 06:04:52 +0000
  • c46ae9b1fa add pt_BR translation David Glick 2011-07-04 16:56:04 +0000
  • 6f6d52afae Merge branch jbaumann-locking into trunk Jonas Baumann 2011-06-21 07:23:15 +0000