Releases: lepo-project/lepo
Releases · lepo-project/lepo
v0.3.4
- Update Gemfile
- Use Puma instead of Unicorn as the app server
- Fix .gitignore file
- Update to Rails 5.2
- Pass a lambda instead of string for :if
- Update to Ruby 2.6.6
- Add OneRoster switch for course update
v0.3.3
🔧 Fix to show new text-highlight when window is resized
🔧 Fix Readme for relative url root
🔥 Remove relative_url_root
v0.3.2
- Refactor add_br helper
- Fix to show the author name for the exported note
- Alert for web snippet that is not saved to the note
- Fix the validation notations of models to new style
- ix not to save upload-image-snippet without image_data
- Fix not to share the web snippet by default
- Create web snippet only when default note has set
- Replace therubyracer gem with mini_racer
- Fix bug when user registration fails
- Fix to show no-goal-assigned objectives correctly
- Fix display order of lines
- Sync Enrollment data to API server by POST/PUT/DELETE method, #151
- Fix bugs in model test
- Rename CourseMember to Enrollment
- Rename files from course_member to enrollment
- Fix course update bug with Roster API, #151
- Fix worksheet bugs
- Sync Course managers to API server when creating course, #151
- Sync Course data to API server by POST/PUT/DELETE method, #151
- Fix term actions to REST
- Fix CRUD conditions for term, #151
- Fix term title to be displayed as it is
- Sync Term data to API server by POST/PUT/DELETE method, #151
- Fix bugs in Sync Course.status to Term duration, #151
- Fix bug in initial setup
- Add sample MariaDB config
- Sync Course.status to Term duration, #151
v0.3.1
- Create terms from OneRoster API, #148
- Create courses from OneRoster API, #149
- Use environment variable for some secrets
- Fix to show font-awesome font in bread crumb
- Update term and course with OneRoster API, #148 #149
- Create users and course_members from OneRoster API, #149
- Output simple log for RosterJob
- Fix RosterJob name
- Fix autoprefixer-rails verstion to 8 …
- Fix to create work_sheet by course assistant, #151
- Sync course & course_members to OneRoster data, #151
v0.3.0
- Fix bug in request url for upload file
- Fix bug in update actions of course and user
- Remove folder_name column from courses and users
- Remove paperclip related columns and code from outcome_files
- Remove paperclip related columns and code from users
- Remove paperclip related columns and code from courses
- Drop snippet_files table and related code
- Fix path for shrine file in terms of relative_url
- Fix data type for *_data of shrine
- Create outcome_file.upload_data for shrine
- Snippet image_data instead of SnippetFile.upload for shrine
- Create user and course image_data for shrine
- Use shrine gem for course & user image
v0.2.3: Merge pull request #144 from lepo-project/version-0-2-3
- Remove no-need raw helper
- Refactor pluck(:id) to _ids
- Autosize sticky text area for update
- Specify stylesheet files explicitly
- Fix export format for worksheet note
- Implement WEB_OPEN_SNIPPET_MAX_LENGTH constant
- Exclude PDF snippet from media snippet count
- Limit snippet.description.length
- Fix design for radio button group
- Fix to eliminate lesson note from default_note_id
- Change max character length for web snippet
- Record user actions in a log table
- Fix text area bug for chrome
- Use update_columns for system update
- Support for highlight to cover and assignment pages
- Fix to create content with Page model
- Fix to show pages with Page model
- Add some validations for PageFile
- Add system update preference
- Add category for PageFile
v0.2.2
v0.2.1
- Redesign sticky panel and toolbar
- Remove lesson portfolio page UI
- Add headless-browser test code
- Add polymorphic association for note_index
- Add lesson note creation function
- Show stickies in lesson note
- Correspond to content page with PDF file
- Add lesson note button for course toolbar
- Scroll lesson note corresponto to current lesson
- Add shortcut-key to toggle lesson note display
- Hide archived notes from note management view
- Submit file directly for note snippet
- Move snippet under certain header
- Add reload note function
- Locate edit button next to text for direct snippet
- Highlight to text in PDF and HTML content
- Show highlight color even while text is selecting
- Show dashboard cards by courses
- Show dashboard message for lesson note update
v0.2.0
- Reconsider snippets table structure
- Reconsider annotation related table structures
- Rebuilt migration files
v0.1.3
ChangeLog:
- Add a flag constant for user of phonetic name
- Redesign a structure of locale files
- Add course setting menu for system staff at preference
- Use *_ id column name only for other table's primary key (except registration_id)
- Replace temporal form values to place-holders in course and content creation pages
- Modularize frequently used button with partial files
- Add category column to notes table
- With this change, values and validations for note.status are also affected!