Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reverting commit d943ecd. The system submodule should only ever point…
… to the latest stable release, in this case the 0.7.1 tag.
  • Loading branch information
chrismeller committed Jul 17, 2011
1 parent 3e3c1ce commit f156ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system
Submodule system updated 60 files
+4 −32 admin/css/admin.css
+0 −113 admin/css/token-input.css
+1 −1 admin/formcontrols/formcontrol_text.php
+1 −1 admin/formcontrols/formcontrol_tree.php
+1 −1 admin/header.php
+5 −15 autoload.php
+0 −1 classes/acl.php
+0 −0 classes/actionhandler.php
+3,821 −0 classes/adminhandler.php
+0 −0 classes/ajaxhandler.php
+0 −0 classes/atomhandler.php
+8 −8 classes/block.php
+4 −29 classes/config.php
+0 −2 classes/databaseconnection.php
+0 −0 classes/feedbackhandler.php
+11 −9 classes/formui.php
+1 −1 classes/habaridatetime.php
+1 −21 classes/installhandler.php
+2 −11 classes/multibyte.php
+0 −6 classes/options.php
+14 −39 classes/pluggable.php
+0 −0 classes/pluginhandler.php
+8 −23 classes/posts.php
+3 −44 classes/rewriterules.php
+9 −28 classes/site.php
+1 −7 classes/stack.php
+0 −27 classes/term.php
+3 −29 classes/theme.php
+0 −0 classes/userhandler.php
+0 −0 classes/userthemehandler.php
+3 −3 classes/version.php
+0 −600 handlers/admincommentshandler.php
+0 −190 handlers/admindashboardhandler.php
+0 −327 handlers/admingroupshandler.php
+0 −628 handlers/adminhandler.php
+0 −60 handlers/adminimporthandler.php
+0 −275 handlers/adminlogshandler.php
+0 −191 handlers/adminoptionshandler.php
+0 −231 handlers/adminpluginshandler.php
+0 −565 handlers/adminpostshandler.php
+0 −97 handlers/admintagshandler.php
+0 −314 handlers/adminthemeshandler.php
+0 −459 handlers/adminusershandler.php
+7 −4 index.php
+0 −9 installer/header.php
+3 −3 installer/script.js
+1 −0 installer/theme.php
+0 −16 installer/theme.xml
+989 −1,037 locale/habari.pot
+59 −53 plugins/habarisilo/habarisilo.plugin.php
+1 −3 schema/mysql/connection.php
+15 −0 schema/mysql/schema.sql
+19 −0 schema/pgsql/schema.sql
+14 −0 schema/sqlite/schema.sql
+2 −2 themes/charcoal/header.php
+7 −8 themes/charcoal/theme.php
+23 −23 themes/k2/theme.php
+19 −25 themes/mzingi/theme.php
+156 −5 vendor/jquery.js
+0 −718 vendor/jquery.tokeninput.js

0 comments on commit f156ea5

Please sign in to comment.