Jeff Welch
fa33a05da9
Removed superfluous slashes.
2014-06-21 03:18:38 -04:00
Hannes Magnusson
337f350d88
Merge pull request #46 from Croydon/master
...
Kill off XHTML
* Croydon/master:
Use release_date() also in PHP4 changelog
Typo
Use css class instead inline style
Revert "Replace <small> with <span style"
Replace <small> with <span style
Replace <big> with <span style....
Replace <tt> with <code>
Drop support for < 5.3 from highlight_php()
Finally remove XHTML from .js files
Also remove XHTML from .inc files
Kill off XHTML
2014-06-20 14:52:28 -07:00
Stanislav Malyshev
d047edd0e2
5.4.30rc1
2014-06-12 20:49:28 -07:00
Julien Pauli
69e74a8961
5.5.14RC1
2014-06-12 13:31:45 +02:00
Michael
91dd54e9bf
Use release_date() also in PHP4 changelog
2014-06-07 16:37:34 +02:00
Michael
27628e547a
Use css class instead inline style
2014-06-06 23:55:53 +02:00
Michael
1c41366df8
Revert "Replace <small> with <span style"
...
This reverts commit 12f04c0d4a .
2014-06-06 23:48:35 +02:00
Michael
12f04c0d4a
Replace <small> with <span style
...
Replace <small> with <span style="font-size:0.8em"> because the
definition of <small> is a complete other with HTML5
2014-06-05 20:35:30 +02:00
Michael
d766dd3c67
Drop support for < 5.3 from highlight_php()
...
...to use HTML5
2014-06-05 19:57:40 +02:00
Michael
113c86286d
Also remove XHTML from .inc files
2014-06-04 19:50:50 +02:00
Hannes Magnusson
cb20874745
Add support for <link hreflang> as suggested by Joost de Valk <joost@yoast.com>
2014-06-03 15:39:13 -07:00
Michael
698dddbc5d
remove double viewport meta from head
2014-05-31 01:19:08 +02:00
Stanislav Malyshev
a80340a87a
5.4.29
2014-05-29 21:04:52 -07:00
Julien Pauli
ba8fe364f4
PHP 5.5.13 release
2014-05-29 23:44:02 +02:00
Levi Morrison
45ec556b07
Converted from Source Sans Pro/Source Code Pro to Fira Sans/Fira Mono.
2014-05-27 12:01:40 -06:00
Pascal Borreli
42497c72fb
Fixed typos
2014-05-21 22:57:36 +01:00
Stanislav Malyshev
e4e29ed542
5.4.29 rc1
2014-05-15 22:05:58 -07:00
Julien Pauli
548779926c
5.5.13RC1
2014-05-15 10:54:51 +02:00
Levi Morrison
e9e98dcff5
Merge branch 'master' into contrast
...
* master:
Fix Clickjacking Attacks. Reported by Joel Melegrito
2014-05-08 20:53:09 -06:00
Hannes Magnusson
26af598f90
Fix Clickjacking Attacks. Reported by Joel Melegrito
2014-05-08 10:21:22 -07:00
Levi Morrison
3cdad363a5
Merge branch 'notes' into contrast
...
* notes:
'add a note' now shows up (was accidentally hidden); also fixed add-note.php layout
announcement for php 5.6.0beta2
5.4.28
5.4.28
5.5.12 release
Updated distributions
2014-05-07 20:58:28 -06:00
Levi Morrison
9ae3d085df
Re-ordered prev and next
2014-05-06 12:24:45 -06:00
Stanislav Malyshev
700891cd3a
5.4.28
2014-05-01 22:33:46 -07:00
Julien Pauli
0fd836e4da
5.5.12 release
2014-05-01 10:24:49 +02:00
Levi Morrison
8fb9b79ca8
Related functions now on right; some homepage fixes.
2014-04-27 23:14:11 -06:00
Julien Pauli
56314f0979
5.5.12RC1
2014-04-17 11:03:53 +02:00
Stanislav Malyshev
a3318f94b9
5.4.27
2014-04-03 22:24:40 -07:00
Julien Pauli
de0922b73c
5.5.11 release
2014-04-03 13:44:58 +02:00
Hannes Magnusson
468b736548
Always use 3letter country codes - except when parsing usergroups.js
...
This quickfixes invalid flags, default listing, links, and makes it consistent with the rest of
the site
2014-03-28 00:24:21 -07:00
Hannes Magnusson
71620bd09e
Define the language array, both directions
2014-03-28 00:23:30 -07:00
Andreas Heigl
36363ee66c
Adds possibility to map alpha3 to alpha2 code
...
Currently the country-code automatically detected by the site is a three
letter code. Therefore current users will always see an 'Unknown
Country' when they try to see alist of Usergroups. To show them lists in
their country I've added a mapping between 3- and 2-letter code
2014-03-27 21:17:02 +01:00
Hannes Magnusson
9eddd61629
Merge pull request #35 from heiglandreas/feature/addUgFromLiveData
...
Optimizes Usergroup-display
* heiglandreas/feature/addUgFromLiveData:
Removes unnecessary code
Optimizes Usergroup-display
2014-03-26 07:20:56 -07:00
Adam Harvey
70231d3b44
Disable the search autocomplete for IE ≤ 8.
...
Fixes the JS fail in bug #66207 , but does nothing about the styling.
2014-03-25 10:13:22 -07:00
Andreas Heigl
3e0eb4f6e3
Removes unnecessary code
2014-03-24 07:15:27 +01:00
Andreas Heigl
1ac8ba63b8
Optimizes Usergroup-display
...
This comit adds three things:
1. Support for 2-letter Countrycodes as defined in ISO 3166-1 alpha2.
For that I added a list of country codes from
http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements
2. Caching of retrieved usergroup-information. For that the list of
usergroups as well as the iCalendar-files of the single usergroups are
loaded one every 24 hours into files on the filesystem. those files are
then used for information retrieval
3. Slight optimization of UG-display.
For that I've changed display-style from an unordered to a definition
list. I've also set the date before the meeting-information as that
visually calms the whole list a bit.
2014-03-23 05:42:38 +01:00
Stanislav Malyshev
4eae7951d6
5.4.27 RC1
2014-03-21 00:10:11 -07:00
Julien Pauli
8f8c83f538
5.5.11RC1
2014-03-20 11:23:50 +01:00
Levi Morrison
116fb105d6
Converted news layout to HTML5. Began standardizing dates.
...
Dates formatted for human readability will be 'd M Y'; dates
formatted for computers will be RFC 3339 (or W3C).
2014-03-14 08:54:53 -06:00
Levi Morrison
7c7da0fa4c
Fixed a bug on pages where the prev or next portion of the breadcrumbs would wrap, leaving a gap in the breadcrumbs and the #layout.
2014-03-07 16:22:14 -07:00
Stanislav Malyshev
9f9f743fda
5.4.26
2014-03-06 21:18:16 -08:00
Julien Pauli
5c8c296325
5.5.10 release
2014-03-06 10:16:11 +01:00
Julien Pauli
2ff557fd1f
5.5.10RC1
2014-02-20 10:18:50 +01:00
Stanislav Malyshev
8ca62259e8
5.4.26rc1
2014-02-19 16:58:49 -08:00
Stanislav Malyshev
ef60ce4e1b
5.4.25
2014-02-06 21:15:48 -08:00
Julien Pauli
e8df678c51
5.5.9 release
2014-02-06 11:03:11 +01:00
Stanislav Malyshev
07770b902f
5.4.25rc1
2014-01-23 22:28:46 -08:00
Julien Pauli
a03de4f688
5.5.9 RC1
2014-01-23 12:21:37 +01:00
Hannes Magnusson
e7a8701a50
%c does not mean single char
2014-01-22 22:11:16 -08:00
Hannes Magnusson
6e1cd72453
List upcoming event, if available. Also list all countries with known UGs
2014-01-22 21:55:14 -08:00
Hannes Magnusson
f3c4b476e7
Add Serbia as SRB as per updates to ISO 3166
2014-01-22 21:52:00 -08:00