]> git.mxchange.org Git - quix0rs-gnu-social.git/commit - locale/pl/LC_MESSAGES/statusnet.po
Merge branch '1.0.x' into profile-fixups
authorZach Copley <zach@status.net>
Mon, 14 Mar 2011 08:57:04 +0000 (01:57 -0700)
committerZach Copley <zach@status.net>
Mon, 14 Mar 2011 08:57:04 +0000 (01:57 -0700)
commit2f8b7f3dea4ce589cc7ab00ecd9f0104e518cfd2
tree645795a4421bd821592c0070ba05fcfd5db239cf
parent04c8bf2743db51cd724449b4cbec1aaef531597c
parent096f99be1615ff3a6ac4a8ae3b9f283f4aad36ad
Merge branch '1.0.x' into profile-fixups

* 1.0.x: (26 commits)
  (update util.min.js for recent changes)
  JS optimization: move creation of inline reply placeholders to server-side so we don't have to create them client-side (which causes reflows and takes about 25-30ms on my test system) Using live instead of bind for the event handling, we don't have to play any games on the ones that we do add at runtime. Yay!
  JS performance: speeding up initialization by consolidating event handlers for reply buttons
  Use non-minified jQuery when $config['site']['minify'] is off; aids in debugging when something fails deep in jQuery-land.
  Update PersonalGroupNav with fixed highlighting checks.
  remove stray close div from empty search results doc bits
  durrrr s/textValue/textContent/
  Update PollPlugin Atom input
  Poll plugin: switching Atom & JSON output to use new hooks & methods, much nicer output. Also switched types, which may break old entries. Beware! Input not yet updated.
  Add event hooks for customizing ActivityObject output to Atom and JSON, and helpers for MicroAppPlugin.
  Localisation updates from http://translatewiki.net.
  Move translator documentation one line lower. Otherwise it will not be added to the POT file.
  i18n/L10n updates Translator documentation added
  i18n fixes: plugins should use _m(), not _().
  * Superfluous whitespace removed * Small L10n updates
  * update/add translator documentation. * remove superfluous whitespace. * minor updates to L10n/i18n.
  Couple of tiny theme changes for inline replies.
  Removing currently unused webfonts from theme.ini.
  New interim default avatar images.
  Updating favicon.
  ...