- 10 Nov, 2015 2 commits
-
-
Kroustouris Stauros authored
-
Kroustouris Stauros authored
-
- 06 Nov, 2015 3 commits
-
-
Kroustouris Stauros authored
-
Kroustouris Stauros authored
-
Kroustouris Stauros authored
-
- 04 Nov, 2015 1 commit
-
-
Kroustouris Stauros authored
-
- 30 Oct, 2015 8 commits
-
-
Zenon Mousmoulas authored
-
Zenon Mousmoulas authored
-
Zenon Mousmoulas authored
to parse_institution_xml
-
Zenon Mousmoulas authored
time in the past...
-
Zenon Mousmoulas authored
-
Zenon Mousmoulas authored
-
Zenon Mousmoulas authored
-
Zenon Mousmoulas authored
rather from settings. Simplify some things in that script, while we're at it.
-
- 21 Oct, 2015 2 commits
-
-
Kroustouris Stauros authored
-
Kroustouris Stauros authored
-
- 15 Oct, 2015 3 commits
-
-
Kroustouris Stauros authored
-
Kroustouris Stauros authored
-
Kroustouris Stauros authored
-
- 13 Oct, 2015 2 commits
-
-
Stavros Kroustouris authored
South migrations: add PostgreSQL issue workaround
-
Vladimir Mencl authored
Add workaround for an issue with running South Migrations on PostgreSQL. Migration 0022_auto__chg_field_institutiondetails_number_id__del_field_instrealmmon_i.py breaks on PostgreSQL with: ERROR: column "realm_id" cannot be cast automatically to type integer HINT: Specify a USING expression to perform the conversion. STATEMENT: ALTER TABLE "edumanage_instrealmmon" ALTER COLUMN "realm_id" TYPE integer, ALTER COLUMN "realm_id" SET NOT NULL, ALTER COLUMN "realm_id" DROP DEFAULT; This is a known problem: http://south.aeracode.org/ticket/484 (PostgreSQL will not automatically convert and conversion must be provided with the USING clause) Workaround: For PostgreSQL invoke a direct SQL statement amended with a USING clause to do the converion explicitly. Rely on db._get_connection().vendor to determine if we are running on PostgreSQL. Credits: * Workaround via db.execute: http://codeinthehole.com/writing/altering-postgres-table-columns-with-south/ * USING syntax to convert integers: http://stackoverflow.com/questions/13170570/change-type-of-varchar-field-to-integer-cannot-be-cast-automatically-to-type-i
-
- 12 Oct, 2015 2 commits
-
-
Stavros Kroustouris authored
Update requirements.txt to Django 1.4.22
-
Vladimir Mencl authored
Django 1.4.22 (latest in the 1.4 branch) fixes issues with running in the English locale without explicit English translations compiled.
-
- 07 Oct, 2015 6 commits
-
-
Zenon Mousmoulas authored
-
Zenon Mousmoulas authored
thus be more suitable for crontab use.
-
Zenon Mousmoulas authored
-
Zenon Mousmoulas authored
for language aware collation Rather risky stuff, definitely revisit...
-
Zenon Mousmoulas authored
-
Kroustouris Stauros authored
-
- 02 Oct, 2015 3 commits
-
-
Zenon Mousmoulas authored
-
Zenon Mousmoulas authored
redirects
-
Zenon Mousmoulas authored
-
- 01 Oct, 2015 1 commit
-
-
Zenon Mousmoulas authored
-
- 30 Sep, 2015 1 commit
-
-
Zenon Mousmoulas authored
- Link to the CAT IdP management page - Show the public CAT IdP page URL as text - Show applier e-mail if name is empty
-
- 29 Sep, 2015 5 commits
-
-
Zenon Mousmoulas authored
Also correct a spelling mistake in models
-
Zenon Mousmoulas authored
-
Zenon Mousmoulas authored
-
Zenon Mousmoulas authored
-
Zenon Mousmoulas authored
-
- 28 Sep, 2015 1 commit
-
-
Kroustouris Stauros authored
-