This repository was archived by the owner on Jul 14, 2021. It is now read-only.
Conversation
Fixes and Translate Code Builder to Russian
Revert "Fixes and Translate Code Builder to Russian"
Release 0.7.2
Release 0.7.3
Release 0.7.4
Also improved syntax highlighting for SQL in the Queries tab of the profiler.
plus changelog/upgrade entries for previous changeset(s)
Fix provided by forum user jason1: http://forums.cibonfire.com/discussion/2884/cannot-find-bonfire- application-and-file-permission-problems#Comment_4501
…enu() issue submitted in forums by Aenaj: http://forums.cibonfire.com/discussion/2893/clickable-top-level-menu-links#Discussion_2893
Forum user pslorick reported that functions defined in MY_*_helper could not override those defined in BF_*_helper: http://forums.cibonfire.com/discussion/2911/can-i-override-bf-form-helper
Latest changes from Wiredesignz' bitbucket https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc
Changed instances of `$user->$field['name']` to
`$user->{$field['name']}`
…ilder Fix #1154 [Module Builder] Changed controller name string case
0.7.7 documentation updates
Also related to #1163
see the [CI 3.0.3 upgrade notes](https://www.codeigniter.com/user_guide/installation/upgrade_303.html) or the [CI 2.2.6 upgrade notes](http://www.codeigniter.com/userguide2/installation/upgrade_226.html) Be sure to set the base_url config value on your site before/during the upgrade of CI to either of these versions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After click on button Browse the docs
/bonfire-bootstrap3/public/index.php/docs/developer/
Browse the docs button display pages without the css style with error in cocole because not loadin boostrap path
We must change content in the file Bonfire-bootstrap3\public\themes\docs\index.php
from
link href="/components/bootstrap-default/css/bootstrap.css" rel="stylesheet"
to
link href=php echo base_url(); components/bootstrap-default/css/bootstrap.css" rel="stylesheet"
and style for documentation is working.
Matej