Branch: refs/heads/no_getopt_long_in_Build_PL
Home: https://github.com/OpenGuides/OpenGuides
Commit: e73be9c1f0e5d34ce187b6d1a190cc9972f3dae3
https://github.com/OpenGuides/OpenGuides/commit/e73be9c1f0e5d34ce187b6d1a19…
Author: Dominic Hargreaves <dom(a)earth.li>
Date: 2013-07-14 (Sun, 14 Jul 2013)
Changed paths:
M Build.PL
Log Message:
-----------
Don't use Getopt::Long in Build.PL
Use of Getopt::Long was breaking the Build.PL interface for passing
Module::Build long options (for example --installdirs). Refactor
Build.PL so that the built-in args() method is available to check
for --force instead.
Branch: refs/heads/master
Home: https://github.com/OpenGuides/OpenGuides
Commit: be2187c1adaaf0f1ee2d86b6530236dfd9450344
https://github.com/OpenGuides/OpenGuides/commit/be2187c1adaaf0f1ee2d86b6530…
Author: bob walker <bob(a)randomness.org.uk>
Date: 2013-07-08 (Mon, 08 Jul 2013)
Changed paths:
M Changes
M lib/OpenGuides/Utils.pm
M t/102_macros.t
Log Message:
-----------
Add a macro which gives the number nodes in a category or locale.
@NODE_COUNT [[Category Pubs]] will return the number nodes in the Pubs category.
This fixes #20
Commit: 09f91cf722d0c267a96c67a0ed077e1d4b9f63c8
https://github.com/OpenGuides/OpenGuides/commit/09f91cf722d0c267a96c67a0ed0…
Author: bob walker <bob(a)randomness.org.uk>
Date: 2013-07-08 (Mon, 08 Jul 2013)
Changed paths:
M lib/OpenGuides/Utils.pm
Log Message:
-----------
Dont need to sort if you're just counting.
Also refactor so that we just pass a number not an array.
Commit: cb8fedbade9182555bcfb8948101b2a4d6389acb
https://github.com/OpenGuides/OpenGuides/commit/cb8fedbade9182555bcfb894810…
Author: bob <bob(a)randomness.org.uk>
Date: 2013-07-08 (Mon, 08 Jul 2013)
Changed paths:
M Changes
M lib/OpenGuides/Utils.pm
M t/102_macros.t
Log Message:
-----------
Merge pull request #70 from OpenGuides/20_node_count_macro
Add a macro which gives the number nodes in a category or locale.
Compare: https://github.com/OpenGuides/OpenGuides/compare/a33057df78c9...cb8fedbade91
Branch: refs/heads/master
Home: https://github.com/OpenGuides/OpenGuides
Commit: 3b5145d414d13ec17a32bbf09927304eb2c44ec7
https://github.com/OpenGuides/OpenGuides/commit/3b5145d414d13ec17a32bbf0992…
Author: bob walker <bob(a)randomness.org.uk>
Date: 2013-07-07 (Sun, 07 Jul 2013)
Changed paths:
M Changes
M lib/OpenGuides/Template.pm
M t/608_bug_website_displayed.t
A t/909_external_class_metadata.t
M templates/display_metadata.tt
Log Message:
-----------
Add the external css class to map and web links in the metadata.
Map and website links in the metadata section of a diplayed node will now have a class to external so that guides can use css to indicate they are and external link.
This fixes #24
Commit: a33057df78c91975fb561e6e549632482a9eca2e
https://github.com/OpenGuides/OpenGuides/commit/a33057df78c91975fb561e6e549…
Author: KakeLP <kake(a)earth.li>
Date: 2013-07-08 (Mon, 08 Jul 2013)
Changed paths:
M Changes
M lib/OpenGuides/Template.pm
M t/608_bug_website_displayed.t
A t/909_external_class_metadata.t
M templates/display_metadata.tt
Log Message:
-----------
Merge pull request #69 from OpenGuides/24_map_website_external_class
Add the external css class to map and web links in the metadata.
Compare: https://github.com/OpenGuides/OpenGuides/compare/e6c285677c36...a33057df78c9
Branch: refs/heads/20_node_count_macro
Home: https://github.com/OpenGuides/OpenGuides
Commit: 1f0f5bb08650f8d9ee6ca773f4598d16df9d54d4
https://github.com/OpenGuides/OpenGuides/commit/1f0f5bb08650f8d9ee6ca773f45…
Author: bob walker <bob(a)randomness.org.uk>
Date: 2013-07-07 (Sun, 07 Jul 2013)
Changed paths:
M Changes
M lib/OpenGuides/Utils.pm
M t/102_macros.t
Log Message:
-----------
Add a macro which gives the number nodes in a category or locale.
@NODE_COUNT [[Category Pubs]] will return the number nodes in the Pubs category.
This fixes #20