This repository was archived by the owner on Feb 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: kaimallea/php-bbcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: putchi/php-bbcode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 3 files changed
- 1 contributor
Commits on Mar 2, 2015
-
add some additional BBcode tags
// Replace [br] with <br /> $this->bbcode_table["/\[br\]/is"] = function ($match) { return "<br/>"; }; // Replace [p]...[/p] with <p>...</p> $this->bbcode_table["/\[p\](.*?)\[\/p\]/is"] = function ($match) { return "<p>$match[1]</p>"; };Configuration menu - View commit details
-
Copy full SHA for 4143a35 - Browse repository at this point
Copy the full SHA 4143a35View commit details -
if $escapeHTML=true than it escapes [quote="person"]...[/quote] and doesn't render the new BBcode to hrml. added: ENT_NOQUOTES to render correctly the BBcode.
Configuration menu - View commit details
-
Copy full SHA for c8c3d8e - Browse repository at this point
Copy the full SHA c8c3d8eView commit details -
update to [youtube]...[/youtube] BBcode tag
added additional BBcode tags and some alternatives. also updated to current "https" protocol.
Configuration menu - View commit details
-
Copy full SHA for 940527a - Browse repository at this point
Copy the full SHA 940527aView commit details
Commits on Mar 4, 2015
-
added a function to close opened tags
usage: $bbcode = new BBCode; $_str = [email=someone@somewhere.com]An e-mail link ; // will return: [email=someone@somewhere.com]An e-mail link[/email] $formated_BBcode = $bbcode->checkTag($_str); //will return: <a href="mailto:someone@somewhere.com">An e-mail link</a> $formated_html = $bbcode->toHTML($formated_BBcode); echo $formated_html;
Configuration menu - View commit details
-
Copy full SHA for 5a40046 - Browse repository at this point
Copy the full SHA 5a40046View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cb110d - Browse repository at this point
Copy the full SHA 1cb110dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6925c1c - Browse repository at this point
Copy the full SHA 6925c1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7bb272 - Browse repository at this point
Copy the full SHA c7bb272View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d3f111 - Browse repository at this point
Copy the full SHA 1d3f111View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e1d244 - Browse repository at this point
Copy the full SHA 5e1d244View commit details
Commits on Mar 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4f81555 - Browse repository at this point
Copy the full SHA 4f81555View commit details
Commits on Mar 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3c50009 - Browse repository at this point
Copy the full SHA 3c50009View commit details -
Configuration menu - View commit details
-
Copy full SHA for b940d98 - Browse repository at this point
Copy the full SHA b940d98View commit details -
Configuration menu - View commit details
-
Copy full SHA for c349a16 - Browse repository at this point
Copy the full SHA c349a16View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master