| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Added POWERED_BY line to common.php and modified the templates
to use it.
PHPBB3-10607
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Adding includejs to acp overall_footer.html
PHPBB3-10665
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* develop: (175 commits)
[feature/ajax] Remove strange non-breaking spaces from approve button
[feature/ajax] Add entirely unrelated but nice newlines
[feature/ajax] Unify phpbb_json_response instantiation
[feature/ajax] Fix acp_styles activate_deactivate ajax callback name
[feature/ajax] Send correct activate/deactivate JSON response in acp_profile
[ticket/10270] Alter background colors for posts
[feature/ajax] Remove not working module enable/disable ajax code
[feature/ajax] Replace static call to phpbb_request with OO
[feature/ajax] Remove quick-reply AJAX handling until we have something good
[ticket/10270] Changing close button for ajax popups
[ticket/10270] Disabling links in disappearing content
[ticket/10291] Fixed an AJAX bug on quick reply form submit.
[ticket/10273] Fixed accepting / denying posts AJAX.
[ticket/10272] Removed code that was prevent event propogation in AJAX.
[ticket/10291] Fixed a bug in the quick reply AJAX.
[feature/ajax] Handle acp_modules error cases with JSON response
[feature/ajax] Fix filter check, quick mod tools data-attribute
[feature/ajax] Use the error handler
[feature/ajax] Generic error handling with a phpbb.alert box
[feature/ajax] Change filter semantics, some minor adjustments
...
Conflicts:
phpBB/adm/style/acp_styles.html
phpBB/includes/acp/acp_styles.php
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10270
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10270
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Changed close button for popups to match prosilver style and from img to css, moved color values to colours.css
PHPBB3-10270
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10270
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10270
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10270
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10270
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10270
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
data() is slower and does additional unwanted things like
caching and type conversion. Just reading the value is safer.
PHPBB3-10270
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10272
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10270
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10272
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10270
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10271
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10271
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10271
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
What it was before (selecting by tag name) could have caused some
problems for style authors.
PHPBB3-10270
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
I had forgotten to do it previously.
PHPBB3-10270
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Seperated it into: assets/javascript/core.js,
styles/prosilver/template/ajax.js and adm/style/ajax.js.
PHPBB3-10270
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10272
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10272
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10271
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10271
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10270
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
It was missing previously, meaning that it displayed wrong and in the
footer.
PHPBB3-10270
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10281
|
| | | | |/ /
| | |/| |
| | | | |
| | | | |
| | | | |
| | | | | |
Allow all administrators to purge cache
PHPBB3-10659
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Changing template initialization to style initialization.
PHPBB3-10632
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
New acp_styles.html, completely rewritten
PHPBB3-10632
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Adding background colors for row iterations and font color for disabled rows to admin control panel css.
PHPBB3-10632
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Missing CSS for checkboxes, invalid cursor for radio input
PHPBB3-10645
|
| | |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/9914] Add backup warning to updater.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9914
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* imkingdavid/ticket/10535:
[ticket/10535] Delete no longer needed email confirm language entries.
[ticket/10535] Delete email confirm from installer
[ticket/10535] Removed email confirm field from acp_users module
[ticket/10535] Forgot a subsilver2 change. *doh*
[ticket/10535] Removed email confirm from UCP, removed unused language entries
[ticket/10535] Remove email confirm check on registration form
|
| | | | |/
| | |/|
| | | |
| | | | |
PHPBB3-10535
|
| | |\ \ \
| | | |/
| | |/|
| | | |
| | | | |
* develop-olympus:
[ticket/10563] Show deactivated styles below active styles in acp
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Separates active and deactivated styles in styles list in acp
PHPBB3-10563
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9916
|
| | |\ \ \
| | |/ /
| | | /
| | |/
| |/|
| | | |
* develop-olympus:
[ticket/8996] Revert initial fix to keep old behaviour on empty selection Part2
[ticket/8996] Revert initial fix to keep old behaviour on empty selection
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Revert "[ticket/8996] Also fix the BBCode bug in subsilver2 and acp"
This reverts commit eb1f15bc8b7b7a284b25b2c9b9942714b6848ebc.
PHPBB3-8996
|
| | |\ \
| | |/
| | |
| | |
| | | |
* develop-olympus:
[ticket/8599] Added ability to select all to add multiple smilies screen.
|
| | | |\
| | | |
| | | |
| | | |
| | | | |
* callumacrae/ticket/8599:
[ticket/8599] Added ability to select all to add multiple smilies screen.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-8599
|
| | |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/8996] Also fix the BBCode bug in subsilver2 and acp
[ticket/8996] Correctly apply BBCodes in IE6-9 when applying with accesskey
|