-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add new attribute general:instshortname
if set, it is already used to construct the filename of installers with (presence of this attribute trumps general:instname, even if instname has an exact language match and shortname only an other-language match) almost done with #217, the only part missing is for @twoln to add the list of acronyms to the DiscoJuice keyword list so searching will find institution by shortname as well
- Loading branch information
1 parent
df098d4
commit afd87cb
Showing
4 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/* | ||
* ***************************************************************************** | ||
* Contributions to this work were made on behalf of the GÉANT project, a | ||
* project that has received funding from the European Union’s Framework | ||
* Programme 7 under Grant Agreements No. 238875 (GN3) and No. 605243 (GN3plus), | ||
* Horizon 2020 research and innovation programme under Grant Agreements No. | ||
* 691567 (GN4-1) and No. 731122 (GN4-2). | ||
* On behalf of the aforementioned projects, GEANT Association is the sole owner | ||
* of the copyright in all material which was developed by a member of the GÉANT | ||
* project. GÉANT Vereniging (Association) is registered with the Chamber of | ||
* Commerce in Amsterdam with registration number 40535155 and operates in the | ||
* UK as a branch of GÉANT Vereniging. | ||
* | ||
* Registered office: Hoekenrode 3, 1102BR Amsterdam, The Netherlands. | ||
* UK branch address: City House, 126-130 Hills Road, Cambridge CB2 1PQ, UK | ||
* | ||
* License: see the web/copyright.inc.php file in the file structure or | ||
* <base_url>/copyright.php after deploying the software | ||
*/ | ||
|
||
/** | ||
* Author: swinter | ||
* Created: 02.04.2021 | ||
*/ | ||
|
||
INSERT INTO profile_option_dict (name, description, type, flag) VALUES('general:instshortname','short name of the institution (acronym etc) in multiple languages','string','ML'); |
This file contains 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
This file contains 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