- 20 May, 2015 3 commits
-
-
LE GAC Renaud authored
-
LE GAC Renaud authored
-
LE GAC Renaud authored
-
- 19 May, 2015 2 commits
-
-
LE GAC Renaud authored
Develop Move to the branching model, using GitLab functionalities, describes in #7. See merge request !9
-
LE GAC Renaud authored
Feature refactor harvester Refactored harvester code. In PublicationTools, renamed `process_xml` into `decode_xml` and `__call__` into `process_xml`. Made arguments of the PublicationTools constructor explicit. Fixed white spaces in code and code aligment. See merge request !8
-
- 18 May, 2015 2 commits
-
-
MEESSEN Christophe authored
3 list bibtex csv * closes #3 See merge request !7
-
MEESSEN Christophe authored
- Renamed PublicationTools.process_xml() into PublicationTools.decode_xml() - PublicationTools.process_url() now calls decode_xml internally and doesn't return a list of xml anymore - Renamed PublicationTools.__call__() into PublicationTools.process_xml() for consistency - Adjust white spaces for vertical alignement of parameters - Remove double white line between method definitions - Renamed some two letter variables to reduce pylint comments
-
- 16 May, 2015 1 commit
-
-
LE GAC Renaud authored
-
- 13 May, 2015 1 commit
-
-
LE GAC Renaud authored
-
- 30 Apr, 2015 7 commits
-
-
MEESSEN Christophe authored
-
MEESSEN Christophe authored
- Make parameters for PublicationsTool explicit - Defined a factory for PublicationsTool - PublicationsTool.process_url returns a list of marc12xmls - PublicationsTool.__call__ receives the marc12xml as argument Conflicts: controllers/harvest.py modules/harvest_tools.py
-
MEESSEN Christophe authored
-
MEESSEN Christophe authored
-
MEESSEN Christophe authored
Conflicts: modules/harvest_tools.py
-
LE GAC Renaud authored
-
LE GAC Renaud authored
-
- 28 Apr, 2015 14 commits
-
-
LE GAC Renaud authored
-
LE GAC Renaud authored
-
LE GAC Renaud authored
-
LE GAC Renaud authored
-
LE GAC Renaud authored
The version is now search in the CHANGELOG. The obsolete function tag has been removed.
-
LE GAC Renaud authored
-
LE GAC Renaud authored
-
LE GAC Renaud authored
-
LE GAC Renaud authored
-
LE GAC Renaud authored
-
LE GAC Renaud authored
Feature com acti Modify the harvesters for conference talk and for proceeding: * In the current version, the talk is removed when it matches a proceeding * in the new version, talks and proceeding are treated separately See merge request !4
-
LE GAC Renaud authored
-
MEESSEN Christophe authored
Feature dburi In order to serve several applications using the same code, the global dictionary DBURIS is introduced. The keys are the name of the application while the values are the corresponding database connection string. The content of the dictionary is defined in the _db.py file. At the beginning of the model, in the access.py file: mysql = DBURIS[request.application] db = DAL(mysql,....) The obsolete constant DB_USER, DB_HOST, DB_PWD and DATABASE have been removed. See merge request !3
-
MEESSEN Christophe authored
Feature user doc Add the user documentation. See merge request !2
-
- 27 Apr, 2015 10 commits
-
-
LE GAC Renaud authored
-
LE GAC Renaud authored
-
LE GAC Renaud authored
-
LE GAC Renaud authored
-
LE GAC Renaud authored
-
LE GAC Renaud authored
-
LE GAC Renaud authored
-
LE GAC Renaud authored
-
LE GAC Renaud authored
-
LE GAC Renaud authored
-