Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded Donut to match the new release of q2a-open-login #110

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,5 @@ qa-theme/SnowFlat
#PHPStroam config files
.idea
qa-cache/.htaccess
qa-plugin/Donut-admin/lang/donut-lang-fr.php
qa-plugin/Donut-admin/lang/donut-options-lang-fr.php
4 changes: 3 additions & 1 deletion qa-plugin/Donut-admin/lang/donut-lang-default.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
'admin_notes' => 'Please visit to the `Admin/Donut theme settings` section for customizing the donut theme . Here only you can only reset the donut theme settings to its defaults',
'ask_placeholder' => 'Type your question',
'ask_button' => 'Ask !',
'no_tags_message' => 'There are no tags in your website. Tags will appear here as they are available.',
'no_tags_message' => 'There are no tags in your website. Tags will appear here as they are available.',
'admin_section' => 'Admin section',
'profile_section' => 'Profile section',
);

/*
Expand Down
2 changes: 1 addition & 1 deletion qa-plugin/Donut-admin/qa-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
}

//Define global constants
@define( 'DONUT_ADMIN_PLUGIN_DIR', dirname( __FILE__ ) );
@define( 'DONUT_ADMIN_PLUGIN_FOLDER', basename( dirname( __FILE__ ) ) );
@define( 'DONUT_ADMIN_PLUGIN_DIR', QA_BASE_DIR . 'qa-plugin/' . DONUT_ADMIN_PLUGIN_FOLDER);

@define( 'DONUT_CURR_DB_VERSION', 1 ); //Helps in updating new mandatory options

Expand Down
Loading