~blueyed/b2evolution/dev

« back to all changes in this revision

Viewing changes to blogs/inc/collections/coll_settings.ctrl.php

  • Committer: Daniel Hahler
  • Date: 2010-10-13 20:41:39 UTC
  • mfrom: (0.1.8911)
  • Revision ID: ubuntu-launchpad@thequod.de-20101013204139-zuq0k3swj7d8l2d7
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 * @todo (sessions) When creating a blog, provide "edit options" (3 tabs) instead of a single long "New" form (storing the new Blog object with the session data).
32
32
 * @todo Currently if you change the name of a blog it gets not reflected in the blog list buttons!
33
33
 *
34
 
 * @version $Id: coll_settings.ctrl.php,v 1.33 2010/07/06 08:17:39 efy-asimo Exp $
 
34
 * @version $Id: coll_settings.ctrl.php,v 1.36 2010/10/05 12:53:46 efy-asimo Exp $
35
35
 */
36
36
if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
37
37
 
383
383
 
384
384
/*
385
385
 * $Log: coll_settings.ctrl.php,v $
 
386
 * Revision 1.36  2010/10/05 12:53:46  efy-asimo
 
387
 * Move twitter_unlink into twitter_plugin
 
388
 *
 
389
 * Revision 1.35  2010/10/01 13:56:32  efy-asimo
 
390
 * twitter plugin save contact and fix
 
391
 *
 
392
 * Revision 1.34  2010/09/29 13:19:02  efy-asimo
 
393
 * Twitter user unlink, and twitter config params move to plugin
 
394
 *
386
395
 * Revision 1.33  2010/07/06 08:17:39  efy-asimo
387
396
 * Move "Multiple authors" block to Blog setings advanced tab. Fix validating urlname when user has no blog_admin permission.
388
397
 *