]> git.mxchange.org Git - quix0rs-gnu-social.git/commit - classes/Group_join_queue.php
Merge branch '1.0.x' into qna
authorZach Copley <zach@status.net>
Thu, 24 Mar 2011 21:03:04 +0000 (14:03 -0700)
committerZach Copley <zach@status.net>
Thu, 24 Mar 2011 21:03:04 +0000 (14:03 -0700)
commitc1a27922ba738f71b100a520e5db6f32985a307b
treec619bf45a4075b087743c0fb24e94e2ff77db741
parent7f4bd6b69f280810b793c0154d36176b3ed48e15
parent8a8a1943161af35e2785b0afb3910f4152ce94cb
Merge branch '1.0.x' into qna

* 1.0.x: (26 commits)
  Fix typo in documentation.
  Fix i18n.
  Change formatting of i18n slightly. Translator hints were not picked up in pot file. May now they are.
  Localisation updates from http://translatewiki.net.
  Translator documentation updated. i18n/L10n updates. Superfluous whitespace removed. Add FIXME for missing class documentation.
  Update translator documentation. Remove superfluous whitespace. L10n/I18n updates. FIXMEs added for missing documentation or headers.
  Update translator documentation. i18n/L10n updates. Superfluous whitespace removed. Add FIXME in files with missing documentation.
  Fallback for RSVP display when Event is deleted
  Enhancement for 'ajax' form class: submit buttons behave more like normal submissions, submitting their name/values through a hidden field.
  Retool group join queue list ajax forms to use two buttons in one form, making it more ajax-submit-friendly. Needs util.js fixes for AJAX submission input buttons...
  Some fixes to make the notice stream class work
  let Inbox class go fingerpokin' in streams
  New NoticeStream class to reify streams of notices
  Refactoring on notification mail generation: common profile & footer chunks pulled out, notifications added for group joins.
  Fix typo in cf45c978
  Mass replacement of #-comments with //-comments
  Add pending members list to group navigation, if group has joins moderated or if it has pending requests open
  Split up some list/form classes, and get the 'approve' and 'cancel' links on group member queue working.
  Pending members queue list -- doesn't yet allow approval.
  Logic to have group joins turn into pending joins automatically when group is set to mod; allow users to cancel their pending group requests.
  ...