Oleg Pudeyev
b1378f20af
[feature/postgresql-fulltext-search] Remove closing php tag
...
PHPBB3-9730
2012-07-05 21:09:54 +05:30
Oleg Pudeyev
d9fd0cce0a
Merge PR #759 branch 'nickvergessen/ticket/10811' into develop
...
* nickvergessen/ticket/10811:
[ticket/10811] Make toogle_subscribe more generic so it can toogle all links
[ticket/10811] Make it easier for MODs/Extensions to define the alt-text
[ticket/10811] Make subscribe/unsubscribe repeatable with AJAX
[ticket/10811] Fix AJAX callback alt_text so it can be repeated.
2012-07-05 10:44:48 -04:00
Andreas Fischer
c54d74ec0e
Merge remote-tracking branch 'Fyorl/ticket/10963' into develop
...
* Fyorl/ticket/10963:
[ticket/10963] filespec::get_mimetype now used
[ticket/10963] Removed superfluous ternary statement and strpos now stricter
[ticket/10963] Modified filespec::is_image() to check actual mimetype
2012-07-05 02:00:31 +02:00
Joas Schilling
f1056a9b2f
[ticket/10811] Make toogle_subscribe more generic so it can toogle all links
...
PHPBB3-10811
2012-07-05 01:03:19 +02:00
Fyorl
4fbcf4eaad
[ticket/10963] filespec::get_mimetype now used
...
filespec::get_mimetype now uses the finfo class in order to detect the
mimetype of a given filename. filespec::is_image() now uses this method.
PHPBB3-10963
2012-07-04 13:27:55 +01:00
Joas Schilling
6776feb0de
[ticket/10942] Add access modifiers
...
PHPBB3-10942
2012-07-04 14:05:03 +02:00
Patrick Webster
5d0aa8e516
[ticket/10441] Make CDB linking more consistent
...
PHPBB3-10441
2012-07-02 21:38:27 -05:00
Andreas Fischer
2c12f31cdf
[ticket/10937] Update documentation to say which comment styles are removed.
...
PHPBB3-10937
2012-07-03 01:02:42 +02:00
Andreas Fischer
81d5327e44
[ticket/10937] Comment removal functions: Restore backward compatibility
...
PHPBB3-10937
2012-07-03 01:02:42 +02:00
Fyorl
f208b59c59
[ticket/10963] Removed superfluous ternary statement and strpos now stricter
...
PHPBB3-10963
2012-07-02 23:49:40 +01:00
Fyorl
03ddfbbaf1
[ticket/10963] Modified filespec::is_image() to check actual mimetype
...
Modified filespec::is_image() to check the Fileinfo mimetype rather than
trusting the browser.
PHPBB3-10963
2012-07-02 23:30:47 +01:00
Joas Schilling
fe1f21d1a5
[ticket/10942] Use ANSI SQL standard || in dbal.php
...
PHPBB3-10942
2012-07-02 23:11:21 +02:00
Joas Schilling
a8cf926566
[ticket/10942] Require same data type and do not cast expressions automatically
...
PHPBB3-10942
2012-07-02 11:10:02 +02:00
Andreas Fischer
d998ad4b15
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10773] ACP logo with registered trademark symbol
2012-07-01 00:20:04 +02:00
Andreas Fischer
3ecc43d48c
Merge branch 'prep-release-3.0.11' into develop-olympus
...
* prep-release-3.0.11:
[ticket/10773] ACP logo with registered trademark symbol
2012-07-01 00:19:52 +02:00
Patrick Webster
625333ea2e
[ticket/10773] ACP logo with registered trademark symbol
...
PHPBB3-10773
2012-06-30 12:21:37 -05:00
Patrick Webster
6203ef0c61
[ticket/10441] Typo
...
PHPBB3-10441
2012-06-29 12:10:14 -05:00
Oyabun1
c9f9e66328
[ticket/10441] Update to docs/README.html
...
Updated information about styles, languages, and MODs
Added a section about the Knowledge Base.
Various phrase changes.
PHPBB3-10441
2012-06-29 01:39:14 -05:00
Andreas Fischer
2d250247f4
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10850] Changed the fopen mode to wb
2012-06-28 23:11:08 +02:00
Bruno Ais
3baeb4276d
[ticket/10850] Changed the fopen mode to wb
...
Changed the fopen mode from "wt" to "wb" as requested in the PR.
The objective behind this is to prevent writting stuff like "\r\r\n" in
windows
PHPBB3-10850
2012-06-28 23:10:12 +02:00
Andreas Fischer
85ea062a05
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10935] Limit number of PM rules per user to 5000
2012-06-21 10:31:08 +02:00
Andreas Fischer
80180a6a20
Merge branch 'prep-release-3.0.11' into develop-olympus
...
* prep-release-3.0.11:
[ticket/10935] Limit number of PM rules per user to 5000
2012-06-21 10:30:56 +02:00
Andreas Fischer
f1414386d7
Merge remote-tracking branch 'nickvergessen/ticket/10935' into prep-release-3.0.11
...
* nickvergessen/ticket/10935:
[ticket/10935] Limit number of PM rules per user to 5000
2012-06-21 10:30:41 +02:00
Joas Schilling
c71f604327
[ticket/10942] Add a comment why we cast to sql_case()
...
PHPBB3-10942
2012-06-20 23:30:31 +02:00
Joas Schilling
82e195ac68
[feature/new-tz-handling] Fix code and doc layout
...
PHPBB3-9558
2012-06-20 14:34:35 +02:00
Joas Schilling
80fafdeb1a
[ticket/10935] Limit number of PM rules per user to 5000
...
PHPBB3-10935
2012-06-20 14:29:48 +02:00
Joas Schilling
089e5f5c79
[ticket/10942] Rename method sql_conditional() to sql_case()
...
PHPBB3-10942
2012-06-20 12:57:08 +02:00
Joas Schilling
79dfdf9406
[ticket/10942] Change term string to expression to avoid confusion
...
PHPBB3-10942
2012-06-20 12:50:12 +02:00
Joas Schilling
c8e322d88f
[ticket/10942] Fix sql_conditional for mssql, postgre and oracle
...
PHPBB3-10942
2012-06-20 12:41:26 +02:00
Andreas Fischer
ba21be88f5
Merge remote-tracking branch 'callumacrae/ticket/10801' into develop
...
* callumacrae/ticket/10801:
[ticket/10801] Fixed quickmod tools.
2012-06-20 10:49:46 +02:00
Andreas Fischer
38e261c955
Merge remote-tracking branch 'imkingdavid/ticket/10938' into develop
...
* imkingdavid/ticket/10938:
[ticket/10938] Serve subforum listing on forumlist from template loop
2012-06-20 10:44:32 +02:00
Andreas Fischer
69ef2f55cc
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10925] Clarify installation requirements for SQLite
2012-06-20 10:31:35 +02:00
Andreas Fischer
3e80268249
Merge branch 'prep-release-3.0.11' into develop-olympus
...
* prep-release-3.0.11:
[ticket/10925] Clarify installation requirements for SQLite
2012-06-20 10:31:23 +02:00
Andreas Fischer
155c93d71a
Merge remote-tracking branch 'Noxwizard/ticket/10925' into prep-release-3.0.11
...
* Noxwizard/ticket/10925:
[ticket/10925] Clarify installation requirements for SQLite
2012-06-20 10:31:08 +02:00
Joas Schilling
1e3272bfce
[ticket/10942] Add sql_concatenate to dbal
...
PHPBB3-10942
2012-06-20 02:10:04 +02:00
Oleg Pudeyev
820ad818dd
Merge PR #844 branch 'dhruvgoel92/ticket/10936' into develop
...
* dhruvgoel92/ticket/10936:
[ticket/10936] remove PCRE and mbstring support check
[ticket/10936] fix language key
2012-06-19 19:51:39 -04:00
Joas Schilling
71374078b9
[ticket/10942] Add sql_conditional to dbal
...
PHPBB3-10942
2012-06-20 01:50:00 +02:00
Joas Schilling
902a79bfda
[feature/new-tz-handling] Readd Database updater changes from Oleg
...
The change here converts user_timezone to vchar and computes
timezone identifiers from the offsets. It uses database-specific
functions for building SQL conditionals and concatenations which
need to be implemented, probably in a separate ticket. As a result
the current code is not functional.
The changes are tricky since we need to drop user_dst column from
users table, but we need it during the data migration process to
properly calculate effective timezones for all users.
PHPBB3-9558
2012-06-20 00:52:37 +02:00
Joas Schilling
a5628cbdc8
[feature/new-tz-handling] Fix docs in phpbb_user class
...
PHPBB3-9558
2012-06-20 00:29:31 +02:00
Nils Adermann
419d6cd035
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/9551] uncomment line and change length to 255
2012-06-19 20:09:31 +02:00
Nils Adermann
08763ac99e
Merge remote-tracking branch 'github-dhruvgoel92/ticket/9551' into develop-olympus
...
* github-dhruvgoel92/ticket/9551:
[ticket/9551] uncomment line and change length to 255
2012-06-19 20:09:23 +02:00
Joas Schilling
c7d32a1b2d
[feature/new-tz-handling] Prefix function with phpbb_
...
PHPBB3-9558
2012-06-19 19:26:57 +02:00
Joas Schilling
a613caab09
[feature/new-tz-handling] Trim comment length and remove leading underscores
...
PHPBB3-9558
2012-06-19 19:24:03 +02:00
Joas Schilling
217d9280dd
[feature/new-tz-handling] Fix comment and validation in ACP board module
...
PHPBB3-9558
2012-06-19 19:21:59 +02:00
Joas Schilling
dcd7d96296
[feature/new-tz-handling] Use asset in acp and subsilver2 and remove duplicates
...
PHPBB3-9558
2012-06-19 19:08:53 +02:00
Joas Schilling
7b4f9765f8
[feature/new-tz-handling] Move js functions into assets core.js
...
PHPBB3-9558
2012-06-19 18:57:20 +02:00
Callum Macrae
3f7d55a053
[ticket/10801] Fixed quickmod tools.
...
Fixes 10801, 10802, 10807 and 10808.
PHPBB3-10801
2012-06-19 17:28:30 +01:00
Dhruv Goel
bbd3204a9c
[ticket/9551] uncomment line and change length to 255
...
incase of partial collation change post_subject field will be changed back
to the default collation and length 255.
PHPBB3-9551
2012-06-19 20:03:57 +05:30
Joas Schilling
79a0390970
[feature/new-tz-handling] Fix javascript in prosilver
...
Use new coding guidelines, wrap code with (function($)) and use phpbb. prefix
PHPBB3-9558
2012-06-19 15:41:18 +02:00
Patrick Webster
d26606f986
[ticket/10925] Clarify installation requirements for SQLite
...
PHPBB3-10925
2012-06-19 01:20:58 -05:00