Dotclear

source: plugins/microBlog/_define.php @ 1361

Revision 1361, 1.2 KB checked in by Jeremie, 14 years ago (diff)
  1. 0.2

turn BETA

  • Start implementation of microBlogService::sanitize()
  • Clean up services instenciation
  • Refactoring the admin page
Line 
1<?php
2# -- BEGIN LICENSE BLOCK ----------------------------------
3# This file is part of Micro-Blogging, a plugin for Dotclear.
4#
5# Copyright (c) 2009 Jeremie Patonnier
6# jeremie.patonnier@gmail.com
7#
8# Licensed under the GPL version 2.0 license.
9# A copy of this license is available in LICENSE file or at
10# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
11# -- END LICENSE BLOCK ------------------------------------
12
13if (!defined('DC_RC_PATH')) { return; }
14 
15$this->registerModule(
16        /* Name */        "MicroBlog",
17        /* Description*/  "Display and update your streamlifes all over the Web",
18        /* Author */      "Jeremie Patonnier",
19        /* Version */     '0.2',
20        /* Permissions */ 'usage,contentadmin'
21);
22
23# CHANGELOG
24
25# v. 0.2
26# turn BETA
27# Start implementation of microBlogService::sanitize()
28# Clean up services instenciation
29# Refactoring the admin page
30
31# v. 0.1.2 rev 1359
32# fix microBlog instenciation
33# fix microBlogwidget instenciation
34# fix some chmod issues in microBlogCache
35# add microBlogService::formatOutput()
36
37# v. 0.1.1 rev 1358
38# some code polishing
39# Add the licence block to each PHP file
40
41# v. 0.1 rev 1350
42# first alpha realease
Note: See TracBrowser for help on using the repository browser.

Sites map