- Overview
- FAQ
- Screenshots
- Requirements
- Install BEdita 3.1
- Install BEdita 3.2
- Features
- Licensing
- Contributing
- BEdita folder structure
- Frontends: a brief overview
- Frontend folder structure
- My first frontend
- Embedding Images with beEmbedMedia
- Get more or less information from your content
- Managing Users History
- Showing a list of tags
- How to Create BEdita Translations
- BEdita module as a CakePHP plugin
- Customizing BEdita with addons
- BEdita Objects overview
- BEdita Objects: database tables
- BEdita Objects: models
- Install BEdita 3.2
- Upgrade from BEdita 3.1 to BEdita 3.2
- Migrating frontends from BEdita 3.1 to 3.2
- Routing rules in frontend applications
- Frontend Application Flow and callback methods
- Migrating plugins from BEdita 3.1 to 3.2
- ChangeLog 3.2 beta2
- ChangeLog 3.1.7
- ChangeLog 3.1.6 ulmus
- ChangeLog 3.2.beta populus
- ChangeLog 3.1.5 ulmus
- ChangeLog 3.2.alpha populus
- ChangeLog 3.1.4 ulmus
- ChangeLog 3.1.3 ulmus
- ChangeLog 3.1.2 ulmus
- ChangeLog 3.1.1 ulmus
- ChangeLog 3.1 ulmus
- ChangeLog 3.1.RC ulmus
- ChangeLog 3.1.beta ulmus
- ChangeLog 3.1.alpha ulmus
- ChangeLog 3.0.1 betula
- ChangeLog 3.0 betula
- ChangeLog 3.0.RC
- ChangeLog 3.0.beta2
- ChangeLog 3.0.beta1
frontend
backend
BEdita 3.2 populus
ChangeLog
ChangeLog 3.1.RC ulmus
3.1.rc release -- 20-08-2010
User-visible changes:
* backend main container expanded to 1024px, optimal resolution now is 1280x1024
* pagination in Publications section
* #180 - module Translations: order by translation status (and by BEObject.modified DESC), added object_type filter
* #248 fix "Category" filter bug
* renamed history to versions
* "No items found" - instead of "No {$moduleName} found"
* skip duplicate mail notifications
* #70 - disable mail notifications on autosave
* #255 - viewMailGroup - bulk list operations
* #232 - list invoice now contains newsletter already sent too. Added invoice detail with paginated mail jobs. Add filter on mail_jobs.status.
* bugfix: right file size uploading file
Frontend changes:
* fix missing LangText for stream-type objects
* BeFront helper: added menu method to build simple innested unordered list menu from tree
* homePage method used to load first active section as home page
* frontend examples: home page route rule changed
* wordpress default theme sample
Developer-visibile changes:
* #103 - helper method and many adjustament to map database fields to module label
* #248 [postgres] fix findObjects - not extending Content (e.g. cards)
* object relations - extend method to support bidirectional relations
* fix bedita cleanup on frontends
* bugfix on be_auth
* #223 - license types in bedita.ini/cfg
* show translation percentage/status in gettext update
* i18n update
* #255 - addeded javascript validation on email and title fields for newsletter message view, added sender_name fields on db and handle it from be_mail component


