Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ticket/PHPBB3-10661] Added missing   to BBC group template in posting editor #658

Closed
wants to merge 128 commits into from
Closed

[ticket/PHPBB3-10661] Added missing   to BBC group template in posting editor #658

wants to merge 128 commits into from

Commits on Jul 29, 2011

  1. [ticket/10270] Added JavaScript popups and basic AJAX functionality t…

    …o PHP.
    
    This commit adds the phpbb object (JavaScript), and alert and confirm box
    methods. It also adds the first basic AJAX functionality, to deleting posts
    in viewtopic.
    
    PHPBB3-10270
    callumacrae committed Jul 29, 2011
    Copy the full SHA
    2150dbd View commit details
    Browse the repository at this point in the history
  2. [ticket/10271] Added phpbb.confirm_box (JavaScript).

    As well as adding the method, this commit also changes the previous commit
    so that deleting a post from viewtopic uses this method, too. This commit
    has also made some improvements to phpbb.alert and phpbb.confirm.
    
    PHPBB3-10271
    callumacrae committed Jul 29, 2011
    Copy the full SHA
    eb5247f View commit details
    Browse the repository at this point in the history
  3. [ticket/10272] AJAXified most links.

    This commit makes some significant changes to the phpbb.confirm_box function
    (namely, removing some duplicate code), and also manually adds most link
    to the phpBB AJAX functions.
    
    PHPBB3-10272
    callumacrae committed Jul 29, 2011
    Copy the full SHA
    4e40ff4 View commit details
    Browse the repository at this point in the history
  4. [feature/ajax] Cleaned up AJAX-related JavaScript.

    Mostly just added comments, but has cleaned up some actual code too.
    callumacrae committed Jul 29, 2011
    Copy the full SHA
    69b9a6f View commit details
    Browse the repository at this point in the history
  5. [ticket/10273] AJAXified approve / disapprove posts (in viewtopic).

    This commit AJAXifies the moderator approval functionality, and adds it to
    viewtopic instead of the MCP. This commit has involved some language changes,
    which may affect fallbacks.
    
    PHPBB3-10273
    callumacrae committed Jul 29, 2011
    Copy the full SHA
    4b748b2 View commit details
    Browse the repository at this point in the history
  6. [ticket/10270] Cleaned up code and made popups fade.

    This commit cleans up some code - mostly, replacing all instances of __self
    with "that", and also replacing the parse_hidden function with jQuerys built
    in .serialize. It also adds animations to the popups.
    
    PHPBB3-10270
    callumacrae committed Jul 29, 2011
    Copy the full SHA
    4218d59 View commit details
    Browse the repository at this point in the history
  7. [ticket/10273] Added phpbb.ajaxify_form and converted accept / deny t…

    …o it.
    
    Also made a few minor improvements to other JavaScript.
    
    PHPBB3-10273
    callumacrae committed Jul 29, 2011
    Copy the full SHA
    9188196 View commit details
    Browse the repository at this point in the history
  8. [feature/ajax] Reduced duplicate code by merging all AJAX function in…

    …to one.
    
    This commit merges phpbb.confirm_box, phpbb.ajaxify and phpbb.ajaxify_form into
    one function which automatically detects what is happening and calls the
    correct code accordingly. This has removed a lot of duplicate code and
    generally made the code cleaner.
    callumacrae committed Jul 29, 2011
    Copy the full SHA
    3f5209f View commit details
    Browse the repository at this point in the history
  9. [ticket/10270] Changed function names of jQuery modifications.

    The code was modifying the jQuery code before, now the functions have been
    renamed to unused function names.
    
    PHPBB3-10270
    callumacrae committed Jul 29, 2011
    Copy the full SHA
    58d85e7 View commit details
    Browse the repository at this point in the history
  10. [ticket/10272] Made some jQuery selectors more specific to avoid conf…

    …licts.
    
    Before, a link to any URL with, say, "mode=bump" in the title would have been
    prevented from acting normally.
    
    PHPBB3-10272
    callumacrae committed Jul 29, 2011
    Copy the full SHA
    ae8ff8b View commit details
    Browse the repository at this point in the history
  11. [ticket/10271] Added ability for exceptions to phpbb.ajaxify.

    Also made it easy for additional options to be added in the future.
    
    PHPBB3-10271
    callumacrae committed Jul 29, 2011
    Copy the full SHA
    50ae133 View commit details
    Browse the repository at this point in the history
  12. [ticket/10270] Removed the js anim functions.

    This commit removes the hide_anim, show_anim and remove_anim functions and
    replaces them with built in jQuery function that do exactly the same thing.
    
    PHPBB3-10270
    callumacrae committed Jul 29, 2011
    Copy the full SHA
    0ebcbee View commit details
    Browse the repository at this point in the history
  13. [feature/ajax] Replaced jQuery selectors with data attributes.

    Due to problems that could have been caused by selecting the element using
    jQuery selectors, they have been replaced by HTML5 data attributes.
    callumacrae committed Jul 29, 2011
    Copy the full SHA
    fd5a3c7 View commit details
    Browse the repository at this point in the history
  14. [ticket/10271] AJAXified Quick-mod tools.

    Also made some improvements to the exceptions.
    
    PHPBB3-10271
    callumacrae committed Jul 29, 2011
    Copy the full SHA
    c60f3d9 View commit details
    Browse the repository at this point in the history
  15. [ticket/10291] AJAXified quick reply form.

    Also changed the show quick reply button to a button, not a submit - it was
    affecting the behaviour of phpbb.ajaxify.
    
    PHPBB3-10291
    callumacrae committed Jul 29, 2011
    Copy the full SHA
    6539d5e View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    6bfabae View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    0216f79 View commit details
    Browse the repository at this point in the history
  18. [ticket/10270] Fixed a bug where fadedark wouldn't go.

    If the confirm box was submitted as yes, then the fadedark would stay until it
    was clicked. This commit fixes that.
    
    PHPBB3-10270
    callumacrae committed Jul 29, 2011
    Copy the full SHA
    13868f5 View commit details
    Browse the repository at this point in the history
  19. [feature/ajax] Fixed a small bug in the JavaScript.

    The bug meant that code outside of the function that ran on document ready would
    not be able to access the phpbb object.
    callumacrae committed Jul 29, 2011
    Copy the full SHA
    b4e1d83 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    1f6ddef View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2011

  1. Copy the full SHA
    6a63046 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3dc451d View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2011

  1. Copy the full SHA
    2207426 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c73584e View commit details
    Browse the repository at this point in the history
  3. [ticket/10328] Added a JSON class.

    The JSON class adds a consistent way to send JSON to the client, making
    it perfect for AJAX (jQuery automatically parses it).
    
    PHPBB3-10328
    callumacrae committed Aug 19, 2011
    Copy the full SHA
    94522f1 View commit details
    Browse the repository at this point in the history
  4. [ticket/10270] Lengthened the timeout on the AJAX request error.

    It was at 3 seconds before, now it is at 5 seconds from when the popup
    has faded in.
    
    PHPBB3-10270
    callumacrae committed Aug 19, 2011
    Copy the full SHA
    d947799 View commit details
    Browse the repository at this point in the history
  5. [ticket/10272] Zebra operations using AJAX are now less hacky.

    Before, they were splitting stuff by the <br />, and now JSON::add() is
    being used.
    
    PHPBB3-10272
    callumacrae committed Aug 19, 2011
    Copy the full SHA
    238ad79 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2011

  1. Copy the full SHA
    cbffa40 View commit details
    Browse the repository at this point in the history
  2. [ticket/10270] Added jQuery popup CSS to the ACP.

    It was missing previously, meaning that it displayed wrong and in the
    footer.
    
    PHPBB3-10270
    callumacrae committed Aug 24, 2011
    Copy the full SHA
    6cb1d88 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8c4d517 View commit details
    Browse the repository at this point in the history
  4. [feature/ajax] Changed JavaScript comments to follow coding guidelines.

    Also replaced a couple instances of "@return" with "@returns".
    callumacrae committed Aug 24, 2011
    Copy the full SHA
    5a6bd90 View commit details
    Browse the repository at this point in the history
  5. [ticket/10328] Renamed the JSON class, also now using autoloading.

    It is no longer static, and uses autoloading. It has also been renamed
    from JSON to phpbb_json_response.
    
    PHPBB3-10328
    callumacrae committed Aug 24, 2011
    Copy the full SHA
    e167f6f View commit details
    Browse the repository at this point in the history
  6. [ticket/10271] AJAXified various deletions in the ACP.

    The following places have had deletion AJAXified:
    * Smilies and icons
    * Word censors
    * BBCodes
    * Attachment groups
    * Groups
    * Admin / User / Moderator / Forum roles
    * Report / denial reasons
    * Module management
    * Custom profile fields
    
    PHPBB3-10271
    callumacrae committed Aug 24, 2011
    Copy the full SHA
    591d11d View commit details
    Browse the repository at this point in the history
  7. [ticket/10271] AJAXified the styles tab in the ACP.

    PHPBB3-10271
    callumacrae committed Aug 24, 2011
    Copy the full SHA
    0c2a305 View commit details
    Browse the repository at this point in the history
  8. [ticket/10271] AJAXified buttons on acp_main.

    PHPBB3-10271
    callumacrae committed Aug 24, 2011
    Copy the full SHA
    45ebb85 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    679c7b6 View commit details
    Browse the repository at this point in the history
  10. [ticket/10272] AJAXified the bots page in the ACP.

    PHPBB3-10272
    callumacrae committed Aug 24, 2011
    Copy the full SHA
    edb67be View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    c106f99 View commit details
    Browse the repository at this point in the history
  12. [ticket/10271] Cleaned up phpbb.ajaxify.

    Reduced a lot of duplicate code and made it more efficient.
    
    PHPBB3-10271
    callumacrae committed Aug 24, 2011
    Copy the full SHA
    232b832 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    a2e1767 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2011

  1. Copy the full SHA
    a0096d0 View commit details
    Browse the repository at this point in the history
  2. [ticket/10270] Got rid of the temporary jQuery for the AJAX changes.

    The jQuery library wasn't included before, so a temporary one was
    included. Now that igorws jQuery patch has been merged, the temporary
    library can be removed.
    
    PHPBB3-10270
    callumacrae committed Sep 11, 2011
    Copy the full SHA
    9a7a83f View commit details
    Browse the repository at this point in the history
  3. [ticket/10270] Sped up animations of popups.

    They were too slow and were hampering the user experience on boards with
    a fast connection such as local boards.
    
    PHPBB3-10270
    callumacrae committed Sep 11, 2011
    Copy the full SHA
    466ee96 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2011

  1. [ticket/10328] Added capital to "Content-type" in phpbb_json_response.

    It was originally Content-type, but has been replaced with Content-Type,
    which is correct.
    
    PHPBB3-10328
    callumacrae committed Sep 24, 2011
    Copy the full SHA
    d37b19b View commit details
    Browse the repository at this point in the history
  2. [ticket/10270] Removed some unnecessary calls to $() in script.js.

    Sometimes, jQuery objects were being sent through the jQuery function
    again, wasting resources.
    
    PHPBB3-10270
    callumacrae committed Sep 24, 2011
    Copy the full SHA
    a311a00 View commit details
    Browse the repository at this point in the history
  3. [feature/ajax] Moved script.js into a few different files.

    Seperated it into: assets/javascript/core.js,
    styles/prosilver/template/ajax.js and adm/style/ajax.js.
    callumacrae committed Sep 24, 2011
    Copy the full SHA
    b9525ff View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2011

  1. Copy the full SHA
    83217b8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2f68cb0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b923f8c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d277a0b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2011

  1. Copy the full SHA
    6f44669 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2011

  1. Copy the full SHA
    7080296 View commit details
    Browse the repository at this point in the history
  2. [ticket/10270] Added the alerts to the ACP footer.

    I had forgotten to do it previously.
    
    PHPBB3-10270
    callumacrae committed Sep 28, 2011
    Copy the full SHA
    e75ad9d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2011

  1. [ticket/10270] Replaced find by tag names with class names in the js.

    What it was before (selecting by tag name) could have caused some
    problems for style authors.
    
    PHPBB3-10270
    callumacrae committed Oct 15, 2011
    Copy the full SHA
    0233496 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    85586ad View commit details
    Browse the repository at this point in the history
  3. [ticket/10272] Fixed a bug in the ajax exceptions callback handler.

    It was using code copied from a few lines above, which was designed for
    forms and doesn't work with links.
    
    PHPBB3-10272
    callumacrae committed Oct 15, 2011
    Copy the full SHA
    536bfbf View commit details
    Browse the repository at this point in the history
  4. [ticket/10270] DRYed alert fades in core.js.

    PHPBB3-10270
    callumacrae committed Oct 15, 2011
    Copy the full SHA
    676e9c0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b192087 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e16da8f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2011

  1. Copy the full SHA
    02fd2c5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cff1cfc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a4c235d View commit details
    Browse the repository at this point in the history
  4. [ticket/10270] Renamed a variable in phpbb.parse_querystring.

    It was originally "end", but was renamed to "params" to be more
    descriptive.
    
    PHPBB3-10270
    callumacrae committed Oct 22, 2011
    Copy the full SHA
    b0c6a74 View commit details
    Browse the repository at this point in the history
  5. [ticket/10271] Added comments to AJAX callbacks.

    PHPBB3-10271
    callumacrae committed Oct 22, 2011
    Copy the full SHA
    dd8e909 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    74ba212 View commit details
    Browse the repository at this point in the history
  7. [ticket/10271] data-ajax="false" is now ignored.

    PHPBB3-10271
    callumacrae committed Oct 22, 2011
    Copy the full SHA
    8b0b35d View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    bf062d0 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    63a1aea View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    96c27c9 View commit details
    Browse the repository at this point in the history
  11. [ticket/10273] Changed variable names in the quickmodform AJAX.

    They're now more descriptive.
    
    PHPBB3-10273
    callumacrae committed Oct 22, 2011
    Copy the full SHA
    b02bb13 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    d4c4fdd View commit details
    Browse the repository at this point in the history
  13. Merge branch 'develop' into feature/ajax

    Conflicts:
    	phpBB/adm/style/overall_footer.html
    	phpBB/styles/prosilver/template/overall_footer.html
    callumacrae committed Oct 22, 2011
    Copy the full SHA
    b781519 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    cc22dde View commit details
    Browse the repository at this point in the history
  15. [ticket/10271] Started using .call for javascript callbacks.

    Previously, they were just being called by appending parentheses and
    functions. Now, they're being called and the element is being set as the
    context instead of a parameter. It's a lot cleaner.
    
    PHPBB3-10271
    callumacrae committed Oct 22, 2011
    Copy the full SHA
    17e7554 View commit details
    Browse the repository at this point in the history
  16. [ticket/10270] Fixed JavaScript alerts in the ACP.

    PHPBB3-10270
    callumacrae committed Oct 22, 2011
    Copy the full SHA
    7ab11c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2011

  1. [ticket/10270] Recoded some potentially buggy code in phpbb.confirm.

    The code before could have removed event handlers defined by other code.
    
    PHPBB3-10270
    callumacrae committed Nov 17, 2011
    Copy the full SHA
    a3a9b4b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2021866 View commit details
    Browse the repository at this point in the history
  3. [ticket/10271] Added a comment to the AJAXification of quick-mod tools.

    The comment clarifies which make_ functions use AJAX.
    
    PHPBB3-10271
    callumacrae committed Nov 17, 2011
    Copy the full SHA
    e4824bc View commit details
    Browse the repository at this point in the history
  4. [ticket/10272] Renamed a JavaScript variable.

    PHPBB3-10272
    callumacrae committed Nov 17, 2011
    Copy the full SHA
    701a9e6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    53a571b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f491945 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    94d9447 View commit details
    Browse the repository at this point in the history
  8. [ticket/10272] Made a JS selector less specific.

    Now, style authors can change the posts to not be divs without the code
    breaking!
    
    PHPBB3-10272
    callumacrae committed Nov 17, 2011
    Copy the full SHA
    d4b8bb6 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2011

  1. Copy the full SHA
    afdc8e6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d88b2e0 View commit details
    Browse the repository at this point in the history
  3. [ticket/10271] Improved the AJAXification of the quick-mod tools.

    Instead of passing the querystring, now gets the value properly.
    
    PHPBB3-10271
    callumacrae committed Nov 18, 2011
    Copy the full SHA
    188a705 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2011

  1. Copy the full SHA
    7e59944 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    374c144 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2012

  1. Merge branch 'develop' into feature/ajax

    * develop: (242 commits)
      [ticket/10535] Delete no longer needed email confirm language entries.
      [ticket/9914] Add backup warning to updater.
      [ticket/10616] Add template inheritance to exported template
      [ticket/10616] Ignore template inheritance that points to self
      [ticket/10616] Add template inheritance to default styles
      [ticket/10580] Remove checking of server timezone and DST when registering
      [ticket/10589] Add alias to 'user_birthday' in $leap_year_birthdays definition
      [ticket/10477] Correctly document module (base)name parameter
      [ticket/10477] Document parameters to p_master#load.
      [ticket/10579] Delete extra v2 from license block.
      [ticket/10477] Normalize loaded module names to be class names or xcp_ prefixed
      [ticket/10563] Show deactivated styles below active styles in acp
      [ticket/9916] Updating license in non-distributed files
      [ticket/9916] Updating header license and removing Version $Id$
      [ticket/10407] Fix check for empty image paths in convertor
      [ticket/9916] Changing header in non-distributed files
      [ticket/9916] Changing coding guidelines license
      [ticket/9916] Updating License in the header
      [prep-release-3.0.10] Bumping version number for 3.0.10 final.
      [ticket/9916] Updating header license and removing Version $Id$
      ...
    igorw committed Feb 8, 2012
    Copy the full SHA
    8bae1bc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1c1eef8 View commit details
    Browse the repository at this point in the history
  3. [feature/ajax] Use attr('data-foo') instead of data('foo')

    data() is slower and does additional unwanted things like
    caching and type conversion. Just reading the value is safer.
    igorw committed Feb 8, 2012
    Copy the full SHA
    b56302e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4454e47 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a8e0c8b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d5cafc3 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    97ac706 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    40d8cd8 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    98d6b85 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    d9c6068 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    1d18511 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'develop' into feature/ajax

    * develop:
      [ticket/10634] Specify module type when viewing profile
      [ticket/10634] Changing p_master::is_full_class
    igorw committed Feb 8, 2012
    Copy the full SHA
    65fb3c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2012

  1. [feature/ajax] Better handling for zebra

    Better handling for zebra: message is displayed instead of first .zebra. Other .zebra entries are emptied, but not completely removed to avoid changing layout.
    
    PHPBB3-10272
    cyberalien committed Feb 9, 2012
    Copy the full SHA
    96a1027 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bad709c View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'cyberalien/feature/ajax-commits/zebra' …

    …into feature/ajax
    
    * cyberalien/feature/ajax-commits/zebra:
      [feature/ajax] Better handling for zebra
    igorw committed Feb 9, 2012
    Copy the full SHA
    7e2d32d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2012

  1. Copy the full SHA
    12255f5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6bc0477 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into feature/ajax

    * develop:
      [ticket/10641] Update MCP template with new plurality forms
      [ticket/10637] Leftovers from implementation of extensions in convertor
      [ticket/10637] Leftovers from implementation of extensions in develop tools
      [ticket/10637] Leftovers from implementation of extensions in mcp_post
      [ticket/10637] Leftovers from implementation of extensions in mcp_main
      [ticket/10637] Leftovers from implementation of extensions
      [ticket/10606] Also correctly use $s_search_hidden_fields in view(forum|topic).
      [ticket/10606] Fix incorrect hidden fields array name in page_header().
      [ticket/10633] Stop leaking filename of attachments when thumbnail is requested
      [ticket/10636] Resolve variable name ($sql_ary) conflict in cache_moderators().
      [ticket/10569] Invalid string comparison in prosilver
      [ticket/10495] Update request/type_cast_helper for PHP 5.4 magic_quotes_gpc drop
      [ticket/10512] Call startup.php from tests/bootstrap.php
      [ticket/10569] Invalid string comparison in subsilver2
      [ticket/10076] STARTTLS support for SMTP via smtp_class.
      [ticket/10076] Move EHLO/HELO code into its own method.
    igorw committed Feb 11, 2012
    Copy the full SHA
    4610312 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2012

  1. Copy the full SHA
    98dc304 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2012

  1. Copy the full SHA
    3795369 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b6e985e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    41ccc4c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    93619b6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fd99953 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e2a2ef7 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2012

  1. [ticket/10291] Fixed a bug in the quick reply AJAX.

    It wasn't submitting, as jQuery was ignoring the submit value.
    
    PHPBB3-10291
    callumacrae committed Feb 19, 2012
    Copy the full SHA
    ee9f8a3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    37af8d5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from callumacrae/feature/ajax

    Feature/ajax
    igorw committed Feb 19, 2012
    Copy the full SHA
    7e826d5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    724aaee View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8 from callumacrae/feature/ajax

    Feature/ajax
    igorw committed Feb 19, 2012
    Copy the full SHA
    0b930ec View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2012

  1. [ticket/10291] Fixed an AJAX bug on quick reply form submit.

    It wasn't fading out.
    
    PHPBB3-10291
    callumacrae committed Feb 20, 2012
    Copy the full SHA
    c290286 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from callumacrae/feature/ajax

    [ticket/10291] Fixed a bug; when qr form submitted, it wouldn't fade out...
    igorw committed Feb 20, 2012
    Copy the full SHA
    44cae83 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2012

  1. [ticket/10270] Disabling links in disappearing content

    Disabling click events for blocks that are being removed via ajax
    
    PHPBB3-10270
    cyberalien committed Feb 22, 2012
    Copy the full SHA
    97127be View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from cyberalien/feature/ajax

    Feature/ajax
    igorw committed Feb 22, 2012
    Copy the full SHA
    58c0cae View commit details
    Browse the repository at this point in the history
  3. [ticket/10270] Changing close button for ajax popups

    Changed close button for popups to match prosilver style and from img to css, moved color values to colours.css
    
    PHPBB3-10270
    cyberalien committed Feb 22, 2012
    Copy the full SHA
    cf258bf View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2012

  1. Merge pull request #11 from cyberalien/feature/ajax

    Changing close button for popups
    igorw committed Mar 8, 2012
    Copy the full SHA
    4e68cf7 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2012

  1. [ticket/PHPBB3-10661] Added missing &nbsp; to BBC group template in p…

    …osting editor
    
    The posting_editor template in prosilver style now has a &nbsp; added in the bbc_recpipient.IS_GROUP
    part, as in the to_recipient.IS_GROUP part.
    
    PHPBB3-10661
    NeoAdonis committed Mar 24, 2012
    Copy the full SHA
    f41e370 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2012

  1. Copy the full SHA
    21ae473 View commit details
    Browse the repository at this point in the history
  2. Revert "Merge remote-tracking branch 'igorw/feature/ajax' into ticket…

    …/PHPBB3-10661"
    
    This reverts commit 21ae473, reversing
    changes made to f41e370.
    
    Undo merge :D
    NeoAdonis committed Apr 4, 2012
    Copy the full SHA
    bc356a0 View commit details
    Browse the repository at this point in the history
  3. Revert "Revert "Merge remote-tracking branch 'igorw/feature/ajax' int…

    …o ticket/PHPBB3-10661""
    
    This reverts commit bc356a0.
    NeoAdonis committed Apr 4, 2012
    Copy the full SHA
    991b243 View commit details
    Browse the repository at this point in the history