| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* dhruvgoel92/ticket/11271:
[ticket/11271] Make path conversion more precise
[ticket/11271] Add docblock of feed_generate_content( )
[ticket/11271] Fix tabs and use !empty( ) instead of count( )
[ticket/11271] Remove unnecessary inclusion of functions_display
[ticket/11271] Typecast forum and topic id to integer
[ticket/11271] Use absolute path for displaying inline attachments in feeds
[ticket/11271] Changed executable bit.
[ticket/11271] Formatting code and removing null assignment.
[ticket/11271] Removing unnecessary database object
[ticket/11271] Separated attachment fetching query
[ticket/11271] Fetched feed attachments before loop.
[ticket/11271] Removed in-line attachment comments properly.
[ticket/11271] Displaying in-line attached images in ATOM feed.
|
| | |
| |
| |
| | |
PHPBB3-11271
|
| | |
| |
| |
| | |
PHPBB3-11271
|
| | |
| |
| |
| | |
PHPBB3-11271
|
| | |
| |
| |
| | |
PHPBB3-11271
|
| | |
| |
| |
| | |
PHPBB3-11271
|
| | |
| |
| |
| | |
PHPBB3-11271
|
| | |
| |
| |
| |
| |
| | |
Changed executable bit value from 755 to 644.
PHPBB3-11271
|
| | |
| |
| |
| |
| |
| |
| | |
Formatted code and replaced null assignment with empty array
assignment to attachments parameter in method 'feed_generate_content'.
PHPBB3-11271
|
| | |
| |
| |
| |
| |
| |
| | |
Removed unnecessary global database object from 'feed_generate_content'
Method.
PHPBB3-11271
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Removed external query used to fetch related attachments.
Added attachments fetching method with database query to
post based feed.
PHPBB3-11271
|
| | |
| |
| |
| |
| |
| |
| | |
Fetched feed attachments before looping through feed items and
send them to method 'feed_generate_content' for each feed item.
PHPBB3-11271
|
| | |
| |
| |
| |
| |
| | |
Added a new regex to remove in-line attachment comments.
PHPBB3-11271
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
In-line attached images are not displaying as they are not parsing.
Included 'parse_attachments' column name for data fetching queries
in feed.php. Checked weather feeds have in-line attachments and
parsed them by using parse_attachments() method.
PHPBB3-11271
|
| |\ \
| | |
| | |
| | |
| | | |
* dhruvgoel92/ticket/11288:
[ticket/11288] Handle +,- without preceeding whitespace characters
|
| | | |
| | |
| | |
| | | |
PHPBB3-11288
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop-olympus
* EXreaction/ticket/12259-olympus:
[ticket/12259] Reduce the size of our test matrix
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Only test MariaDB or PostgreSQL once on PHP 5.4. This reduces our build matrix
by 10 builds (over half).
PHPBB3-12259
|
| |\ \ \ \
| | | | |
| | | | | |
[ticket/12106] Adds a explaination that admin/mods still able to use the...
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12106
|
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-12106
|
| |\ \ \ \
| |/ / /
|/| | | |
[ticket/10549] Adds language variables to Error messages MODULE...
|
| |/ / /
| | |
| | |
| | | |
PHPBB3-10549
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop-olympus
* remotes/dhruvgoel92/ticket/10945:
[ticket/10945] Fix return values for split_keywords function
[ticket/10945] Display search query when search fails in native search
[ticket/10945] remove trigger_error call
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The function now returns false if all the words are common words and true
otherwise.
PHPBB3-10945
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
If search fails and common words are present, split_keywords returns false
and search.php file prints appropriate message of common words.
If search fails and there are no common words, split_keywords returns true
and keyword_search returns false so that the search query is displayed in
search box.
PHPBB3-10945
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
removes trigger_error call incase no search results are found or start
variable exceeds the amount. So that search query is displayed in the
search box even if no results are returned.
PHPBB3-10945
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* bantu/ticket/11509:
[ticket/11509] Exit with the expected (non-zero) exit status on failure.
[ticket/11509] Output which commit is being inspected.
[ticket/11509] Three dots means sym. difference, but we only want new commits.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11509
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11509
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11509
|
| |\ \ \ \
| | | | |
| | | | | |
[ticket/12205] Do not display 0 for empty integers when show_novalue is off
|
| |/ / / /
| | | |
| | | |
| | | | |
PHPBB3-12205
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
develop-olympus
* remotes/prototech/ticket/12093:
[ticket/12093] Check that document.selection is supported.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12093
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
develop-olympus
* github-exreaction/ticket/12210:
[ticket/12210] dbtools::sql_create_table incorrectly throws error related to auto-increment length on non auto-increment fields
|
| |/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
related to auto-increment length on non auto-increment fields
PHPBB3-12210
|
| |\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
develop-olympus
* github-nickvergessen/ticket/12188:
[ticket/12188] Add php 5.6 to travis enviroments
|
| |/ / / /
| | | |
| | | |
| | | | |
PHPBB3-12188
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
develop-olympus
* github-nickvergessen/ticket/12162:
[ticket/12162] Set language to C before running diff to ensure its english
|
| |/ / / /
| | | |
| | | |
| | | | |
PHPBB3-12162
|
| |\ \ \ \
| | | | |
| | | | | |
[ticket/12161] Do not use subdirectories in build/save directory.
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This is pretty much pointless because a new build will wipe the save directory
and there are only a few files in there anyway.
PHPBB3-12161
|
| |\ \ \ \ \
| |/ / / /
|/| | | | |
[ticket/11509] Further improvements/fixes for the Travis CI commit message checker
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11509
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11509
|
| |/ / / /
| | | |
| | | |
| | | | |
PHPBB3-11509
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* github-bantu/ticket/11509:
[ticket/11509] Fail on Travis CI if commit messages are improperly formatted.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11509
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
* Crizz0/ticket/12146:
[ticket/12146] Added a missing # to inline css-style of <span>
|