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
| Index: www/qubit-toolkit-svn/qubit_dev.php | |
| =================================================================== | |
| --- www/qubit-toolkit-svn/qubit_dev.php (revision 10638) | |
| +++ www/qubit-toolkit-svn/qubit_dev.php (working copy) | |
| @@ -2,7 +2,7 @@ | |
| // this check prevents access to debug front controllers that are deployed by accident to production servers. | |
| // feel free to remove this, extend it or make something more sophisticated. | |
| -if (!in_array(@$_SERVER['REMOTE_ADDR'], array('127.0.0.1', '::1'))) | |
| +if (!in_array(@$_SERVER['REMOTE_ADDR'], array('127.0.0.1', '::1', '192.168.1.10'))) |
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
| <?php | |
| /* | |
| * This file is part of Qubit Toolkit. | |
| * | |
| * Qubit Toolkit is free software: you can redistribute it and/or modify | |
| * it under the terms of the GNU Affero General Public License as published by | |
| * the Free Software Foundation, either version 3 of the License, or | |
| * (at your option) any later version. | |
| * |
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
| <?xml version="1.0"?> | |
| <root> | |
| <item> | |
| <name>get_backslash_spanish_keyboard</name> | |
| <inputmodedetail_only>SPANISH_ISO</inputmodedetail_only> | |
| <identifier>private.get_backslash_spanish_keyboard</identifier> | |
| <autogen>--KeyToKey-- KeyCode::SPANISH_LESS_THAN, ModifierFlag::OPTION_R, KeyCode::SPANISH_ORDINAL_INDICATOR, ModifierFlag::OPTION_R</autogen> | |
| </item> | |
| </root |
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
| Index: archivematicaCommon/lib/databaseInterface.py | |
| =================================================================== | |
| --- archivematicaCommon/lib/databaseInterface.py (revision 2013) | |
| +++ archivematicaCommon/lib/databaseInterface.py (working copy) | |
| @@ -32,6 +32,8 @@ | |
| global separator | |
| separator = "', '" | |
| +DB_CONNECTION_OPTS = dict(db="MCP", read_default_file="/etc/archivematica/archivematicaCommon/dbsettings", charset="utf8") | |
| + |
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
| Options +FollowSymLinks +ExecCGI | |
| <IfModule mod_rewrite.c> | |
| RewriteEngine On | |
| # uncomment the following line, if you are having trouble | |
| # getting no_script_name to work | |
| RewriteBase /foobar | |
| # we skip all files with .something |
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
| Index: apps/qubit/modules/menu/actions/listAction.class.php | |
| =================================================================== | |
| --- apps/qubit/modules/menu/actions/listAction.class.php (revision 10336) | |
| +++ apps/qubit/modules/menu/actions/listAction.class.php (working copy) | |
| @@ -44,8 +44,8 @@ | |
| // Remove cache | |
| if ($this->context->getViewCacheManager() !== null) | |
| { | |
| - $this->context->getViewCacheManager()->remove('@sf_cache_partial?module=menu&action=_browseMenu&sf_cache_key=settings'); |
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
| Index: apps/qubit/config/routing.yml | |
| =================================================================== | |
| --- apps/qubit/config/routing.yml (revision 10293) | |
| +++ apps/qubit/config/routing.yml (working copy) | |
| @@ -15,7 +15,6 @@ | |
| param: | |
| module: qtSwordPlugin | |
| slug: { pattern: '[^;]+' } | |
| - throw404: false | |
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
| Index: config/ProjectConfiguration.class.php | |
| =================================================================== | |
| --- config/ProjectConfiguration.class.php (revision 10255) | |
| +++ config/ProjectConfiguration.class.php (working copy) | |
| @@ -26,7 +26,6 @@ | |
| { | |
| $this->enablePlugins(array( | |
| 'qbAclPlugin', | |
| - 'qtAccessionPlugin', | |
| 'sfAuditPlugin', |
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
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <title>Exercice 2</title> | |
| <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.min.js"></script> | |
| <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script> | |
| <script type="text/javascript" src="http://documentcloud.github.com/underscore/underscore.js"></script> | |
| <script type="text/javascript" src="http://documentcloud.github.com/backbone/backbone.js"></script> |