Cesar G
954cf7e064
[ticket/12011] Fix the overlapping unapproved post icon.
...
PHPBB3-12011
2014-01-17 19:15:38 -08:00
Cesar G
00356f7844
[ticket/12011] Align PM/post titles to the right.
...
PHPBB3-12011
2014-01-17 19:15:38 -08:00
Cesar G
567106988e
[ticket/12011] Correctly align the pagination icon in topic rows.
...
PHPBB3-12011
2014-01-17 19:15:38 -08:00
Cesar G
d1edd04742
[ticket/12011] Stop the last post column from dropping to a second line.
...
PHPBB3-12011
2014-01-17 19:15:38 -08:00
Cesar G
57088e3b26
[ticket/12011] Align ACP tabs to the right and separate ACP content from menu.
...
PHPBB3-12011
2014-01-17 19:15:38 -08:00
Nathan Guse
059880debf
Merge pull request #1809 from VSEphpbb/ticket/11966
...
[ticket/11966] Add header navigation template events to Subsilver2
2014-01-17 19:07:56 -08:00
Nathan Guse
ce8b8593e0
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/12046] Use PHP_BINARY environment variable in PHP lint test.
2014-01-17 20:50:25 -06:00
Nathan Guse
90f3cc48e5
Merge remote-tracking branch 'remotes/bantu/ticket/12046' into develop-olympus
...
* remotes/bantu/ticket/12046:
[ticket/12046] Use PHP_BINARY environment variable in PHP lint test.
2014-01-17 20:50:04 -06:00
Nathan Guse
8486d6a9d1
Merge pull request #1938 from prototech/ticket/12077
...
[ticket/12077] Ensure that valid upload methods are presented to user in language packs page.
2014-01-17 18:28:19 -08:00
Nathan Guse
2cf4b68351
[ticket/12006] global $phpbb_dispatcher;
...
PHPBB3-12006
2014-01-17 20:26:59 -06:00
Nathan Guse
54afdeb7ee
Merge pull request #1945 from VSEphpbb/ticket/12104
...
[ticket/12104] Replace shadow topics $sql with $sql_array for better Eve...
2014-01-17 18:08:19 -08:00
Nathan Guse
574eb2c199
Merge pull request #1947 from bantu/ticket/12107
...
[ticket/12107] Use log table property instead of log table constant.
2014-01-17 17:57:06 -08:00
Nathan Guse
6c8f217832
Merge pull request #1949 from prototech/ticket/12110
...
[ticket/12110] Update Plupload to 2.1.1.
2014-01-17 17:56:19 -08:00
Nathan Guse
6ae6dceb47
Merge pull request #1950 from prototech/ticket/12096
...
[ticket/12096] Use plurals for MAX_NUM_SEARCH_KEYWORDS_REFINE.
2014-01-17 17:55:00 -08:00
Nathan Guse
8eb9f1542c
Merge pull request #1951 from prototech/ticket/12032
...
[ticket/12032] Do not inherit read status in certain notifications.
2014-01-17 17:52:49 -08:00
Joas Schilling
39ff387d36
[ticket/11201] Update schema files and unit test
...
PHPBB3-11201
2014-01-17 21:53:08 +01:00
Joas Schilling
aa2f0a652f
[ticket/11201] Change type from integer to service name
...
PHPBB3-11201
2014-01-17 21:13:59 +01:00
Joas Schilling
0ec6af38a9
[ticket/11201] Fix construction of dropdown type once again
...
PHPBB3-11201
2014-01-17 21:13:58 +01:00
Joas Schilling
74d36591e1
[ticket/11201] Move custom template variable assignment to type class
...
PHPBB3-11201
2014-01-17 21:13:56 +01:00
Joas Schilling
af5c747f6f
[ticket/11201] Move preparation of hidden fields to type class
...
PHPBB3-11201
2014-01-17 21:13:46 +01:00
Joas Schilling
67f477fc8f
[ticket/11201] Allow manipulating the intended variables with the type class
...
PHPBB3-11201
2014-01-17 13:59:07 +01:00
Joas Schilling
ae38cfaa70
[ticket/11201] Move type specific error messages to type class
...
PHPBB3-11201
2014-01-17 10:20:00 +01:00
Joas Schilling
5e2ffe0d5c
[ticket/11201] Add abstract base class with shared methods
...
PHPBB3-11201
2014-01-17 10:12:30 +01:00
Joas Schilling
9653764fb1
[ticket/11201] Move field type depending preparation of the options to class
...
PHPBB3-11201
2014-01-17 09:55:52 +01:00
Cesar G
4bb05c74e5
[ticket/12032] Do not inherit read status in certain notifications.
...
PHPBB3-12032
2014-01-16 17:27:30 -08:00
Cesar G
b3a25c52e5
[ticket/12096] Use plurals for MAX_NUM_SEARCH_KEYWORDS_REFINE.
...
PHPBB3-12096
2014-01-16 11:48:40 -08:00
Cesar G
86ee2a470d
[ticket/12110] Update Plupload to 2.1.1.
...
PHPBB3-12110
2014-01-16 11:05:43 -08:00
Joas Schilling
0bdec35cd4
[ticket/11201] Move grabbing the input of the language options to type class
...
PHPBB3-11201
2014-01-16 16:00:52 +01:00
Joas Schilling
78603bb96d
[ticket/11201] Move language option determination into type class
...
PHPBB3-11201
2014-01-15 18:25:28 +01:00
Joas Schilling
bd1425d075
[ticket/11201] Use database type from the type class
...
PHPBB3-11201
2014-01-15 16:39:06 +01:00
Joas Schilling
7d2d18fb50
[ticket/11201] Move "get type" code into a new function
...
PHPBB3-11201
2014-01-15 16:37:21 +01:00
Joas Schilling
8e86e56120
[ticket/11201] Add database column type to type class
...
PHPBB3-11201
2014-01-15 16:36:50 +01:00
Joas Schilling
1dbc2d6218
[ticket/11201] Fix dropdown tests
...
The error message is now already the language string including the fieldname
and not the language key anymore.
PHPBB3-11201
2014-01-15 12:36:54 +01:00
Joas Schilling
7fd5f16fa2
[ticket/11201] Use a service collection for the types instead of the container
...
PHPBB3-11201
2014-01-15 12:16:04 +01:00
Joas Schilling
5df7f76e6b
[ticket/11201] Split language options into a new class
...
Otherwise we run into a circular dependency
PHPBB3-11201
2014-01-15 12:15:41 +01:00
Joas Schilling
cd6bdc7b27
[ticket/11201] Remove remaining type depending code to type class
...
PHPBB3-11201
2014-01-14 15:08:33 +01:00
Joas Schilling
9dec023632
[ticket/11201] Add visibility to methods
...
PHPBB3-11201
2014-01-14 13:42:18 +01:00
Joas Schilling
d601aaad26
[ticket/11201] Remove type related code from build_insert_sql_array()
...
PHPBB3-11201
2014-01-14 13:38:24 +01:00
Joas Schilling
daf21fcb30
[ticket/11201] Move generate_field() method to type class
...
PHPBB3-11201
2014-01-14 12:51:32 +01:00
Joas Schilling
d57c43d397
[ticket/11201] Move error message generation to type class
...
PHPBB3-11201
2014-01-14 12:04:02 +01:00
Joas Schilling
190c2e989a
[ticket/11201] Remove call by refernce
...
PHPBB3-11201
2014-01-14 10:50:12 +01:00
Joas Schilling
0d79ccaadd
[ticket/11201] Move get_profile_value() to type class
...
PHPBB3-11201
2014-01-14 10:36:44 +01:00
Joas Schilling
dda5992a79
[ticket/11201] Rename test file for now, so the other tests run
...
PHPBB3-11201
2014-01-14 10:20:33 +01:00
Joas Schilling
ee78aed2f1
[ticket/11201] Move validate_profile_field() to type class
...
PHPBB3-11201
2014-01-14 10:13:47 +01:00
Joas Schilling
b3803d563a
[ticket/11201] Move get_profile_field() to type classes
...
PHPBB3-11201
2014-01-13 21:09:17 +01:00
Joas Schilling
a7e3538e5b
[ticket/11201] Move get_options to type classes
...
PHPBB3-11201
2014-01-13 21:09:07 +01:00
Joas Schilling
b155056cb9
[ticket/11996] Use a table for better styling
...
PHPBB3-11996
2014-01-13 10:31:54 +01:00
Andreas Fischer
83ec308eff
[ticket/12107] Use log table property instead of log table constant.
...
PHPBB3-12107
2014-01-12 21:36:50 +01:00
Andreas Fischer
670a9a1aea
Merge pull request #1893 from nickvergessen/ticket/12039
...
[ticket/12039] Add config:* to the command line interface tool
* nickvergessen/ticket/12039:
[ticket/12039] Allow getting the value without a new line at the end
[ticket/12039] Do not print success message when config did not exist
[ticket/12039] Do not colour returned value in get command
[ticket/12039] Update command descriptions
[ticket/12039] Remove debug code
[ticket/12039] Fix option descriptions
[ticket/12039] Use an abstract class and some more minor adjustments
[ticket/12039] Add config:* to the command line interface tool
2014-01-12 21:23:21 +01:00
Nils Adermann
46fec7ee90
Merge pull request #1936 from nickvergessen/ticket/12030
...
[Ticket/12030] Include some directories completly in update packages
2014-01-12 02:31:40 -08:00