Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
soft_length_limit
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
soft_length_limit
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
ba6ce37aa8695f8635c59840f9e7c5a583126283
Select Git revision
Branches
4
2.0.x
2.1.x
default
7.x-1.x
8.x-1.x
Tags
4
2.1.1
2.1.0
2.0.0
8.x-1.0
8 results
Begin with the selected commit
Created with Raphaël 2.2.0
27
Jan
30
Aug
29
21
Jul
16
Apr
15
11
Aug
5
Jun
1
May
23
Apr
12
Nov
7
21
Sep
29
Aug
27
24
17
16
15
refactor, cleanup, clarify 'enhanced styling' setting
2.1.1 2.1.x
2.1.1 2.1.x
Issue #3119953 by mrinalini9: No minimum js error
2.1.0 2.0.x
2.1.0 2.0.x
Issue #3374839 by ahebrank: D10 version
Issue #3141773 by dimaro, m4olivei, Project Update Bot: Automated Drupal Rector fixes
2.0.0
2.0.0
Drupal 8 version with right commit authorship and migrate support
8.x-1.0 8.x-1.x
8.x-1.0 8.x-1.x
Revert "First D8 version. Support for standard entity fields via config"
Revert "composer.json for D8 version"
Revert "JavaScript refactor and support for migrate upgrade."
JavaScript refactor and support for migrate upgrade.
composer.json for D8 version
First D8 version. Support for standard entity fields via config
Fix an undefined index notice on soft_length_minimum.
7.x-1.x
7.x-1.x
Issue #2006340 - All Browsers: The Soft Character Limit Indicators not working when text is pasted in Title field
Fixed issued with no min length specified.
Code-cleanup from previous patch.
Issue #1995658 - Soft Length Limit no longer works for title fields
Re-enabled including of JS and CSS on node forms with limited title.
Reverted 54b465752b3c289d6c45091c80fef93d368ce404 'Issue #1891872 Fixes overlapping text'
Changed drupal_add_js in form_alter to #attached instead.
Removed DPMs
Fixed code style issues from applied patches
Issue #1982380 Fixes added JS with title only and proper variable management
Issue #1891872 Fixes overlapping text
Issue #1891872 by Elijah Lynn, gvorbeck, bleen18 and juampy: Added Feature requests: Soft Length Minimum, Better Field UX/UI.
Added comments for some field form hooks.
Merge branch 'feature-ts-drg598' into develop
code cleanup
Codestyle cleanup.
Only set soft length limit if title has a max length.
Changed the counter so it's an overlay instead of pushing the page content
Merge branch 'feature-jln-DRG_321_Altered_look_of_counter' into develop
Fixed multiple processing of input elements
Merge branch 'develop' into feature-jln-DRG_321_Altered_look_of_counter
fixed file modes
Merge remote-tracking branch 'origin/feature-jln-DRG_321_Altered_look_of_counter' into develop
DRG-321 - Added support for filtering on form entity types, now only including the node form. Eliminated the need for hook_init and added support for the title field in the node form
DRG-321 - Removed frontend enabling of char counter on non-black listed fields, which means almost certainly all fields, including the login formular and altered the addClass exceeded so that refreshing of the page still triggers the check and the correct classes when char limit has been exceeded
DRG-321 Using path_is_admin(current_path()) to check if we are at admin interface and doing more early returns in hook_init
Altered the look of the soft limit alert counter
Altered the look of the soft limit alert counter
Loading