1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-23 19:45:10 +01:00

21866 Commits

Author SHA1 Message Date
Tristan Darricau
d3e35149a5 [ticket/12715] Cleanup comments in \phpbb\lock\*
PHPBB3-12715
2014-06-15 19:14:47 +02:00
Tristan Darricau
51ade62400 [ticket/12715] Cleanup comments in \phpbb\groupposition\*
PHPBB3-12715
2014-06-15 19:14:44 +02:00
Tristan Darricau
df041c1086 [ticket/12715] Cleanup comments in \phpbb\feed\*
PHPBB3-12715
2014-06-15 19:14:42 +02:00
Tristan Darricau
047b709c47 [ticket/12715] Cleanup comments in \phpbb\extension\*
PHPBB3-12715
2014-06-15 19:14:40 +02:00
Tristan Darricau
1033da36a3 [ticket/12715] Cleanup comments in \phpbb\di\*
PHPBB3-12715
2014-06-15 19:14:37 +02:00
Tristan Darricau
3039d000c6 [ticket/12715] Cleanup comments in \phpbb\db\*
PHPBB3-12715
2014-06-15 19:14:35 +02:00
Tristan Darricau
4ac9315728 [ticket/12715] Cleanup comments in \phpbb\cron\*
PHPBB3-12715
2014-06-15 19:14:32 +02:00
Tristan Darricau
358a10d8a9 [ticket/12715] Cleanup comments in \phpbb\controller\*
PHPBB3-12715
2014-06-15 19:14:10 +02:00
Andreas Fischer
ad11925c77 Merge pull request #2599 from marc1706/ticket/12712
[ticket/12712] Add user_password to GROUP BY clause to fix query for mssql

* marc1706/ticket/12712:
  [ticket/12712] Remove unneeded GROUP BY clause to fix query for mssql
2014-06-15 17:44:19 +02:00
Marc Alexander
2ca9e25bf2 [ticket/12712] Remove unneeded GROUP BY clause to fix query for mssql
PHPBB3-12712
2014-06-15 17:09:07 +02:00
Tristan Darricau
8966e4a269 [ticket/12715] Update console command cron:* comments
PHPBB3-12715
2014-06-15 16:39:36 +02:00
Tristan Darricau
413754af1f [ticket/12715] Update console command config:* comments
PHPBB3-12715
2014-06-15 16:39:34 +02:00
Tristan Darricau
48b19ac37c [ticket/12715] Update console command cache:purge comments
PHPBB3-12715
2014-06-15 16:39:33 +02:00
Tristan Darricau
b6f3bf9b0c [ticket/12715] Cleanup comments in \phpbb\cache\driver\*
PHPBB3-12715
2014-06-15 16:39:31 +02:00
Tristan Darricau
569ebd1592 [ticket/12715] Cleanup comments in \phpbb\avatar\driver\*
PHPBB3-12715
2014-06-15 16:39:30 +02:00
Tristan Darricau
d7b9e33b94 [ticket/12715] Cleanup comments in \phpbb\auth\provider\*
PHPBB3-12715
2014-06-15 16:39:28 +02:00
Dhruv Goel
3a96c5b753 Merge pull request #2593 from bantu/ticket/12575
[ticket/12575] Cleanup service_collection_iterator
2014-06-15 13:12:42 +05:30
Dhruv Goel
587759bd6a Merge pull request #2431 from Nicofuma/ticket/12109
[ticket/12109] Bug when setting permissions with "Select all users"
2014-06-15 13:04:35 +05:30
Cesar G
44269b3660 Merge remote-tracking branch 'bantu/ticket/12711' into develop-ascraeus
* bantu/ticket/12711:
  [ticket/12711] Cast values to string such that they are quoted in SQL queries.
2014-06-14 17:41:38 -07:00
Cesar G
24bbd06d49 Merge remote-tracking branch 'PayBas/ticket/12613' into develop-ascraeus
* PayBas/ticket/12613: (25 commits)
  [ticket/12613] Add distinction between top/bottom action-bar
  [ticket/12613] Replaced topic-actions with action-bar
  [ticket/12613] Remove responsive linklist from memberlist
  [ticket/12613] Remove unnecessary checks and clean up CSS
  [ticket/12613] role="navigation" not allowed on <ul>
  [ticket/12613] Improved screen reader functionality
  [ticket/12613] Removed unnecessary checks
  [ticket/12613] Set fixed font-size
  [ticket/12613] Slightly better icons
  [ticket/12613] Typo and L_COLON
  [ticket/12613] Small inconsistency fixes
  [ticket/12613] Don't display page-jump if all pages are visible (6)
  [ticket/12613] Fixes from comments (single quotes and typos)
  [ticket/12613] Minor $bull; and <hr> fix
  [ticket/12613] Pagination should never be in responsive linklist
  [ticket/12613] Minor CSS fixes
  [ticket/12613] Dropdown-visible page-jump icon, fix focus() timing
  [ticket/12613] Renamed jump-to to page-jump to prevent confusion
  [ticket/12613] Removed form in order to prevent nested forms
  [ticket/12613] Fix functional test and post sorting bug
  ...
2014-06-14 16:30:41 -07:00
Andreas Fischer
c7ae61f2f3 [ticket/12711] Cast values to string such that they are quoted in SQL queries.
The value is stored in a text column and the key is stored in a varchar. Some
DBMSes do not like it when we insert integers into text columns. Cast both to
string to be on the safe side.

PHPBB3-12711
2014-06-15 00:21:11 +02:00
Cesar G
d310ffc26c Merge remote-tracking branch 'dhruvgoel92/ticket/12709' into develop-ascraeus
* dhruvgoel92/ticket/12709:
  [ticket/12709] Update plupload.full.min.js
2014-06-14 11:42:13 -07:00
Dhruv
34848afeb0 [ticket/12709] Update plupload.full.min.js
The earlier js file was not returning the correct list of filesAdded

PHPBB3-12709
2014-06-14 23:06:51 +05:30
Cesar G
0f034ca717 [ticket/12553] Fix responsive user profile.
PHPBB3-12553
2014-06-14 10:03:09 -07:00
Andreas Fischer
04e2fcd4d8 [ticket/12575] Just forward service_collection::offsetGet() to container.
PHPBB3-12575
2014-06-14 19:01:53 +02:00
Cesar G
c11ad7bc9d [ticket/12553] Fix responsive post profile.
PHPBB3-12553
2014-06-14 09:54:17 -07:00
Cesar G
25e58669d2 [ticket/12553] Remove dropdown-trigger class from member search input.
PHPBB3-12553
2014-06-14 09:54:17 -07:00
Cesar G
661c9f1f73 [ticket/12553] Fix the merge topic list.
PHPBB3-12553
2014-06-14 09:54:17 -07:00
Joas Schilling
925c4dc739 [ticket/12553] Fix dropdown position of live search
PHPBB3-12553
2014-06-14 09:54:17 -07:00
Cesar G
dd141d55f9 [ticket/12553] Fix the responsive topic/forum lists.
PHPBB3-12553
2014-06-14 09:54:17 -07:00
Cesar G
e17b5796bf [ticket/12553] Align the text in responsive tables to the right.
PHPBB3-12553
2014-06-14 09:54:16 -07:00
Cesar G
0f4c947a03 [ticket/12553] Center the responsive CP menus instead of floating right.
PHPBB3-12553
2014-06-14 09:54:16 -07:00
Cesar G
edd9c0e064 [ticket/12553] Open the notification dropdown to the left.
PHPBB3-12553
2014-06-14 09:54:16 -07:00
Cesar G
def39a670b [ticket/12553] Fix alignment of contact icon.
PHPBB3-12553
2014-06-14 09:54:16 -07:00
Cesar G
c0063a9e2e [ticket/12553] Fix incorrect alignment in ACP responsive tables.
PHPBB3-12553
2014-06-14 09:54:16 -07:00
Cesar G
73c2a3f177 [ticket/12553] Align alert text to the right.
PHPBB3-12553
2014-06-14 09:54:16 -07:00
Cesar G
e539fd53db [ticket/12553] Remove incorrect size for site logo.
The logo is displayed standalone, so there is no need to change the padding
from the left side to right.

PHPBB3-12553
2014-06-14 09:54:16 -07:00
Cesar G
ee9fceedff [ticket/12553] Fix links in the last post column that are not clickable.
The relative position of the <dt> is causing it to sit atop of the <dd> thus
preventing the user from clicking the links. The <dl> has a relative position
in LTR, which takes care of containing the read/unread icon link that has an
absolute position. We no longer support IE6, so removing the tweak that sets
the <dl> position to static will make everything behave the same way in RTL as
in LTR.

PHPBB3-12553
2014-06-14 09:54:16 -07:00
Cesar G
3ed767351c [ticket/12553] Align contact icons to the right.
PHPBB3-12553
2014-06-14 09:54:16 -07:00
Cesar G
55ffcca591 [ticket/12553] Move Place inline and Delete buttons left of the file name.
PHPBB3-12553
2014-06-14 09:54:16 -07:00
Dhruv Goel
b242a15af6 Merge pull request #2594 from bantu/ticket/12708
[ticket/12708] Fix install_main still linking to docs/COPYING
2014-06-14 22:06:24 +05:30
Andreas Fischer
2149bd4e8f [ticket/12575] Do not duplicate logic in service_collection_iterator.
PHPBB3-12575
2014-06-14 18:33:23 +02:00
Andreas Fischer
5f4a058655 [ticket/12708] Make the path absolute by using __DIR__.
PHPBB3-12708
2014-06-14 18:16:57 +02:00
Huynh Buu Tam
a120e4bdf6 [ticket/12708] Correct the path to the LICENSE file in install_main.
PHPBB3-12708
2014-06-14 18:16:08 +02:00
Andreas Fischer
f460287856 [ticket/12575] Workaround for offsetExists seems not required for the Iterator.
PHPBB3-12575
2014-06-14 18:06:43 +02:00
Dhruv Goel
a6e9da5a7c Merge pull request #2583 from nickvergessen/ticket/12209
[ticket/12209] Notify the admin that OAuth still allows DB authentification
2014-06-14 21:10:37 +05:30
Andreas Fischer
87a13a8c77 [ticket/12575] Pass service_collection instead of ContainerInterface.
PHPBB3-12575
2014-06-14 15:00:35 +02:00
Joas Schilling
88987306de Merge pull request #2590 from bantu/ticket/12707
[ticket/12707] Do not try to load 3.1 DBMS driver name as 3.0 driver.

* bantu/ticket/12707:
  [ticket/12707] Do not try to load 3.1 DBMS driver name as 3.0 driver.
2014-06-14 13:32:51 +02:00
Andreas Fischer
21b5a52381 Merge pull request #2483 from Nicofuma/ticket/12575
[ticket/12575] Use a proxy pattern in \phpbb\di\service_collection

* Nicofuma/ticket/12575:
  [ticket/12575] Use strict comparison
  [ticket/12575] Add missing property
  [ticket/12575] Usethe new header
  [ticket/12575] Fix 2 typos in comments
  [ticket/12575] Fix typos in comments
  [ticket/12575] Skip sniffer issue triggered by the solution of a php bug
  [ticket/12575] Remove  inline assignments
  [ticket/12575] Fix the tests
  [ticket/12575] Move service_collection_iterator to its own file
  [ticket/12575] Speed up load_class()
2014-06-14 12:45:27 +02:00
Andreas Fischer
a4c75d8970 Merge pull request #2589 from nickvergessen/ticket/12706
Ticket/12706 Add languages styles and rank images to git ignore

* nickvergessen/ticket/12706:
  [ticket/12706] Ignore additional rank images
  [ticket/12706] Ignore additional languages
  [ticket/12706] Ignore additional styles
2014-06-14 12:44:31 +02:00