Tristan Darricau
73cdfae42b
[ticket/11366] Fix HTML
...
PHPBB3-11366
2014-05-28 22:19:17 +02:00
Tristan Darricau
f3aaab93d6
[ticket/11366] Exchange links and settings' form
...
PHPBB3-11366
2014-05-28 22:19:16 +02:00
Tristan Darricau
ccddd44105
[ticket/11366] Remove the extra {S_FORM_TOKEN}
...
PHPBB3-11366
2014-05-28 22:19:14 +02:00
Tristan Darricau
9cbec4deb2
[ticket/11366] Move the links to the top of the page
...
PHPBB3-11366
2014-05-28 22:19:12 +02:00
Tristan Darricau
edc3b3fb75
[ticket/11366] Hide the version check settings by default
...
PHPBB3-11366
2014-05-28 22:19:11 +02:00
Tristan Darricau
9b756b9b98
[ticket/11366] Versions, options and actions heading should be centered
...
PHPBB3-11366
2014-05-28 22:19:09 +02:00
Tristan Darricau
b4dec33581
[ticket/11366] Move "recheck all" link
...
PHPBB3-11366
2014-05-28 22:19:05 +02:00
Tristan Darricau
8dc10d6971
[ticket/11366] Add $config['extension_force_unstable']
...
PHPBB3-11366
2014-05-28 22:19:03 +02:00
Tristan Darricau
13ecddf85b
[ticket/11366] Add recheck-all link
...
PHPBB3-11366
2014-05-28 22:19:00 +02:00
Tristan Darricau
521fe2b8e2
[ticket/11366] Force the use of the cache on the list page
...
PHPBB3-11366
2014-05-28 22:18:54 +02:00
Tristan Darricau
bee6c6baea
[ticket/11366] Fix detailed view
...
PHPBB3-11366
2014-05-28 22:16:51 +02:00
Tristan Darricau
5e29ea77d8
[ticket/11366] Coding style
...
PHPBB3-11366
2014-05-28 22:16:48 +02:00
Nicofuma
9cd25cc828
[ticket/11366] Set the size of the 'current version' column to 20%
...
PHPBB3-11366
2014-05-28 22:16:42 +02:00
Nicofuma
44752c0dbf
[ticket/11366] Moving to \phpbb\version_helper
...
+ bug fix (missing exception)
+ Using \phpbb\version_helper
So, now, the version file have a new format :
{
"stable": {
"<branch>": {
"current": "<version>",
[ "announcement": "<announcement link>", ]
[ "download": "<download link>", ]
},
"<branch>": {
...
}
},
"unstable": {
}
}
PHPBB3-11366
2014-05-28 22:16:37 +02:00
Nicofuma
e0b2ceef83
[ticket/11366] Extension's version's check
...
Add a feature to check automatically the version of the installed
extensions. The informations are cached for 24 hours (like for the
global update check on the main page of the acp).
The informations about the versions are display both on the global list
and on the detailled page.
To do this the developper has to to let the composer.json of the latest
version available and add some informations into it :
"extra": {
"version-check": {
"host": "<the host>",
"directory": "<the directory containing the file>",
"filename": "<the composer.json of the latest version>"
}
}
He can also add two extra informations which will be displayed if a new
version is available :
"extra": {
"download": "<download link>",
"annoucement": "<announcement link>",
}
Currently a notice is displayed when the "extra.version-check"
informations are
missing.
Ticket: https://tracker.phpbb.com/browse/PHPBB3-11366
Signed-off-by: Nicofuma <github@nicofuma.fr>
PHPBB3-11366
2014-05-28 22:15:47 +02:00
Yuriy Rusko
55e1f02151
[ticket/12594] Replace phpBB Group with phpBB Limited
...
PHPBB3-12594
2014-05-28 01:07:56 +02:00
Yuriy Rusko
2a42aee8ac
Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594
2014-05-28 01:02:39 +02:00
Dhruv Goel
e9f28c7be0
Merge pull request #2502 from tmbackoff/ticket/12596
...
[ticket/12596] Add template event acp_group_options_before/after
2014-05-28 01:29:27 +05:30
Yuriy Rusko
1d61bcedfd
Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594
...
Conflicts:
phpBB/docs/hook_system.html
2014-05-27 21:55:40 +02:00
Yuriy Rusko
27f787e5e4
[ticket/12594] Update footer credit lines
...
PHPBB3-12594
2014-05-27 21:39:30 +02:00
Andreas Fischer
edf81cd534
Merge pull request #2440 from nickvergessen/ticket/12527
...
[ticket/12527] Remove translation editor from ACP
* nickvergessen/ticket/12527:
[ticket/12527] Fix "board’s language" vs "boards language"
[ticket/12527] Use a proper language string on confirm screen
[ticket/12527] Remove unnecessary language strings
[ticket/12527] Check whether the language exists
[ticket/12527] Restore missing files and variables check
[ticket/12527] Remove editor from template
[ticket/12527] Remove language file editor form ACP
2014-05-27 17:34:50 +02:00
Tabitha Backoff
6230ae66a3
[ticket/12596] Add template event acp_group_options_before/after
...
Add template events to the group settings page to allow extensions to
add
additional options for groups.
PHPBB3-12596
2014-05-27 10:31:03 -04:00
n-aleha
cc99a6b6ab
[ticket/12547] Rename jquery.js to jquery.min.js in assets directory
...
phpBB uses the minified version of jQuery hence the rename.
PHPBB3-12547
2014-05-15 01:18:26 +03:00
Joas Schilling
0c6ef9aabf
[ticket/12534] Do not use errorbox for multi steps
...
PHPBB3-12534
2014-05-12 11:35:59 +02:00
Joas Schilling
1d4c20b3d2
[ticket/12534] Do not abuse errorbox for en/disable confirmation of extensions
...
PHPBB3-12534
2014-05-12 10:49:52 +02:00
Joas Schilling
63e195d7f0
[ticket/12527] Restore missing files and variables check
...
PHPBB3-12527
2014-05-11 13:29:49 +02:00
Joas Schilling
c334d8431d
[ticket/12527] Remove editor from template
...
PHPBB3-12527
2014-05-11 13:29:44 +02:00
Cesar G
e233f0af36
[ticket/9388] Use "togglable" instead of "toggable"
...
PHPBB3-9388
2014-05-09 13:49:41 -07:00
Cesar G
2ca01bdcbe
[ticket/9388] Do not nest the <fieldset> tags in the OAuth settings.
...
PHPBB3-9388
2014-05-08 13:39:31 -07:00
Cesar G
f95a7b0222
[ticket/9388] Reopen <fieldset> after auth templates.
...
PHPBB3-9388
2014-05-08 08:35:38 -07:00
Cesar G
1836b01303
[ticket/9388] Use the new toggle function for the avatar type <select>.
...
PHPBB3-9388
2014-05-08 08:35:38 -07:00
Cesar G
e378037516
[ticket/9388] Display only the settings for the selected search backend.
...
PHPBB3-9388
2014-05-08 08:35:38 -07:00
Cesar G
d95164e641
[ticket/9388] Display only the settings for the auth method that's selected.
...
PHPBB3-9388
2014-05-08 08:35:38 -07:00
Matt Friedman
d2c5386394
[ticket/12513] Add asset include support to simple header/footer in ACP
...
PHPBB3-12513
2014-05-07 11:59:49 -07:00
Cesar G
71379c3a0f
Merge remote-tracking branch 'VSEphpbb/ticket/12332' into develop-ascraeus
...
* VSEphpbb/ticket/12332:
[ticket/12332] Add missing semicolon to inline styling
[ticket/12332] Adjust size of mark column where too wide
[ticket/12332] Adjust column widths for responsive changes
[ticket/12332] Restore some changes back to original state
[ticket/12332] Add break-word to fixed width table CSS
[ticket/12332] Accomplish all word creaking in template and CSS
[ticket/12332] Remove width sizing, as it is already set
[ticket/12332] Fix displaying attachments with long file names
2014-05-05 16:51:29 -07:00
Nils Adermann
2a280513ca
Merge remote-tracking branch 'github-rxu/ticket/12403' into develop-ascraeus
...
* github-rxu/ticket/12403:
[ticket/12403] Add template events to acp_users_prefs.html
2014-05-02 13:35:01 +02:00
Matt Friedman
0e0eca2d2e
[ticket/12332] Add missing semicolon to inline styling
...
PHPBB3-12332
2014-05-01 20:04:27 -07:00
Matt Friedman
7d5672f6c5
[ticket/12332] Adjust size of mark column where too wide
...
PHPBB3-12332
2014-04-26 09:50:45 -07:00
Matt Friedman
76843f4a3a
[ticket/12332] Adjust column widths for responsive changes
...
PHPBB3-12332
2014-04-26 09:25:59 -07:00
Matt Friedman
2b9b6412b8
[ticket/12332] Add break-word to fixed width table CSS
...
This ensures long words break and remain within the table cell
PHPBB3-12332
2014-04-26 09:16:03 -07:00
Matt Friedman
f5262eb928
[ticket/12332] Accomplish all word creaking in template and CSS
...
PHPBB3-12332
2014-04-26 09:15:22 -07:00
Matt Friedman
3bebbc05ee
[ticket/12332] Remove width sizing, as it is already set
...
PHPBB3-12332
2014-04-26 09:14:15 -07:00
Matt Friedman
770ab13cb0
[ticket/12332] Fix displaying attachments with long file names
...
PHPBB3-12332
2014-04-25 11:26:49 -07:00
rxu
60d2a3389a
[ticket/12403] Add template events to acp_users_prefs.html
...
Since it is possible for extensions to add new user preferences to UCP,
it should be also possible to control it via ACP too
just like for build-in user preferences.
Thus, some prepend/append template events are added.
PHPBB3-12403
2014-04-25 21:46:38 +08:00
Cesar G
a9fbc34cf4
[ticket/12201] Decreased pagination font size.
...
PHPBB3-12201
2014-04-15 15:14:47 -07:00
Cesar G
e174e29b41
[ticket/12201] Update select element to follow same design as prosilver.
...
PHPBB3-12201
2014-04-15 15:10:15 -07:00
Cesar G
ccadda530d
[ticket/12201] Increase sort font size just slightly.
...
PHPBB3-12201
2014-04-15 15:00:34 -07:00
Cesar G
38775fc063
[ticket/12201] Display error and sorting options when there are no attachments
...
PHPBB3-12201
2014-04-15 13:57:45 -07:00
Cesar G
01464e2451
[ticket/12201] Only the top pagination should be floated to the right.
...
PHPBB3-12201
2014-04-15 13:57:45 -07:00
Cesar G
f78d4196ea
[ticket/12201] Rearrange pagination, sorting, and submit elements.
...
PHPBB3-12201
2014-04-15 13:57:45 -07:00