Skip to content

Commit

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

3 comments on commit d943ecd

@chrismeller
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The system submodule should only be updated to point to a new commit when we release a new stable version - it should always point to the commit of the latest tag, currently 0.7.1.

@lildude
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup. This was my newbie mistake where my personal commit appeared in the main repo :-) If you know how to correct this, please do.

@chrismeller
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's what I thought, I just wanted to make sure everyone knew. :)

Please sign in to comment.