Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change metadata lists to use dl and dd #239

Closed
wants to merge 133 commits into from
Closed

Conversation

wkdewey
Copy link
Contributor

@wkdewey wkdewey commented Mar 10, 2022

Fixes #213 (I don't know if I got everything)

jduss4 and others added 30 commits May 1, 2020 09:35
renamed html_classes, as site_section was confusing given that
  there is a @section now
adds classes for section (@section), controller, action, page,
  and any custom strings the app passes in
pulls html_classes_page out into method which can be overridden
  more easily than entire html_classes method
does not go into as much depth about rvm
lists dependency information
there are some TODOs left in here, but it's taking shape!
not sure that this is the way that it will ultimately be
but I took some broad strokes at it
I left out some parts with high complexity, or explaining files like
application.scss and application.js, which I feel are somewhat
self-documenting. We can add that back if wanted!
since introduction of sections routes and internationalization,
our link helpers look different. For basics like link and image
helpers, too, we don't need to rewrite the rails docs
I decided that since they are all in there, it doesn't make sense
to have it at all
erases early attempt to have configuration subdirectory of docs
imitates sites like Cody Archive and Transmississippi which have
essentially search result views with pagination but without
being able to add additional filters, date ranges, etc
prefix_path previously only accepted named routes such as "search_path"
but if the named path wasn't known, then it's been altered to accept
a hash of parameters / options to select the route instead
this is not necessarily an ideal solution and it has not been tested with
@Sections
jduss4 and others added 22 commits February 11, 2021 08:06
slight update to installation instructions
# Conflicts:
#	CHANGELOG.md
#	lib/generators/orchid_setup_generator.rb
#	lib/generators/setup_generator.rb
adds role=button to anchor tags which are styled as a button
corrected a small typo
Put link_tree ../images back with 4.x defaults as the two 3.x lines are
the only difference from the 4.x default manifest
add favicon folder to Orchid manifest file
Fix error on pages which use browse_facet, e.g. /browse/collection

Use more robust .blank? check for nil
Fix handling of check_response
@wkdewey wkdewey requested a review from techgique March 10, 2022 22:15
Copy link
Member

@techgique techgique left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The markup looks great, but some accompanying CSS changes are going to be necessary as the elements display as blocks and fill the full width of their container. It might be as simple as changing them to display inline in these contexts, but I'm not certain that will be all that's necessary.
block-display

@wkdewey wkdewey added this to the Habeas release milestone May 11, 2022
@wkdewey wkdewey changed the base branch from dev to release/v4.0.0 November 7, 2022 19:56
@wkdewey wkdewey deleted the branch release/v4.0.0 November 21, 2022 15:09
@wkdewey wkdewey closed this Nov 21, 2022
@wkdewey wkdewey mentioned this pull request Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

descriptive term list rather than li for metadata
5 participants